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

属性值

列的名称。

适用于