LinqDataSourceView.SelectNew 속성

정의

검색된 데이터에 포함된 속성 및 계산 값을 가져오거나 설정합니다.

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

속성 값

Select 절을 만드는 데 사용되는 값입니다.

설명

컨트롤의 Select 속성을 설정하면 컨트롤의 LinqDataSource SelectNew 속성에 대해서도 해당 값이 LinqDataSourceView 설정됩니다.

적용 대상

추가 정보