DbColumn.ColumnName 属性

定义

获取列的名称。Gets the name of the column. 在派生类中重写时,可设置为列名称。Can be set to the column name when overridden in a derived class.

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

属性值

String

列的名称。The name of the column.

适用于