DbColumn.ColumnName 속성

정의

열의 이름을 가져옵니다. 파생 클래스에서 재정의된 경우 열 이름으로 설정할 수 있습니다.

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

속성 값

열 이름입니다.

적용 대상