다음을 통해 공유


SqlDataSourceDesigner.InferParameterNames 메서드

정의

지정된 연결, 명령 텍스트 및 명령 형식을 사용하여 매개 변수의 배열을 반환합니다.

protected public:
 virtual cli::array <System::Web::UI::WebControls::Parameter ^> ^ InferParameterNames(System::ComponentModel::Design::Data::DesignerDataConnection ^ connection, System::String ^ commandText, System::Web::UI::WebControls::SqlDataSourceCommandType commandType);
protected internal virtual System.Web.UI.WebControls.Parameter[] InferParameterNames (System.ComponentModel.Design.Data.DesignerDataConnection connection, string commandText, System.Web.UI.WebControls.SqlDataSourceCommandType commandType);
abstract member InferParameterNames : System.ComponentModel.Design.Data.DesignerDataConnection * string * System.Web.UI.WebControls.SqlDataSourceCommandType -> System.Web.UI.WebControls.Parameter[]
override this.InferParameterNames : System.ComponentModel.Design.Data.DesignerDataConnection * string * System.Web.UI.WebControls.SqlDataSourceCommandType -> System.Web.UI.WebControls.Parameter[]
Protected Friend Overridable Function InferParameterNames (connection As DesignerDataConnection, commandText As String, commandType As SqlDataSourceCommandType) As Parameter()

매개 변수

connection
DesignerDataConnection

DesignerDataConnection 개체입니다.

commandText
String

명령 텍스트입니다.

commandType
SqlDataSourceCommandType

명령의 형식을 나타내는 SqlDataSourceCommandType입니다.

반환

Parameter 개체의 배열입니다.

적용 대상

추가 정보