DbColumn.BaseTableName 属性

定义

获取架构中的表名;否则, null 如果未设置任何值。 可以设置为表名或在 null 派生类中重写时。

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

属性值

架构中的表名;否则,如果未设置任何值,则为 null 引用 (Nothing in Visual Basic)。

适用于