SqlDataSourceDesigner.SelectCommand 속성

정의

내부 데이터베이스에서 데이터를 선택하기 위해 연결된 SqlDataSource의 SQL 쿼리를 가져오거나 설정합니다.

public:
 property System::String ^ SelectCommand { System::String ^ get(); void set(System::String ^ value); };
public string SelectCommand { get; set; }
member this.SelectCommand : string with get, set
Public Property SelectCommand As String

속성 값

SQL 쿼리입니다.

설명

속성은 SelectCommand 연결된 컨트롤에서 동일한 속성을 숨기며 내부 전용입니다.

적용 대상

추가 정보