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 参照 (Visual Basic の場合は Nothing) です。

適用対象