다음을 통해 공유


Field.DataField 속성

정의

쿼리의 필드 이름을 가져오거나 설정합니다.

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

속성 값

쿼리의 필드 이름입니다.

적용 대상