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

属性值

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

适用于