SqlDataSourceDesigner::InferParameterNames Method (DesignerDataConnection^, String^, SqlDataSourceCommandType)
.NET Framework (current version)
Returns an array of parameters using the specified connection, command text, and command type.
Assembly: System.Design (in System.Design.dll)
public protected: virtual array<Parameter^>^ InferParameterNames( DesignerDataConnection^ connection, String^ commandText, SqlDataSourceCommandType commandType )
Parameters
- connection
-
Type:
System.ComponentModel.Design.Data::DesignerDataConnection^
A DesignerDataConnection object.
- commandText
-
Type:
System::String^
The text of the command.
- commandType
-
Type:
System.Web.UI.WebControls::SqlDataSourceCommandType
A SqlDataSourceCommandType indicating the type of command.
.NET Framework
Available since 2.0
Available since 2.0
Show: