SqlDataSourceDesigner.InferParameterNames Method
.NET Framework 3.0
Returns an array of parameters using the specified connection, command text, and command type.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected public: virtual array<Parameter^>^ InferParameterNames ( DesignerDataConnection^ connection, String^ commandText, SqlDataSourceCommandType commandType )
protected Parameter[] InferParameterNames ( DesignerDataConnection connection, String commandText, SqlDataSourceCommandType commandType )
protected internal function InferParameterNames ( connection : DesignerDataConnection, commandText : String, commandType : SqlDataSourceCommandType ) : Parameter[]
Not applicable.
Parameters
- connection
A DesignerDataConnection object
- commandText
The text of the command.
- commandType
A SqlDataSourceCommandType indicating the type of command.
Return Value
An array of Parameter objects.Community Additions
ADD
Show: