DbColumn.BaseTableName Proprietà

Definizione

Ottiene il nome della tabella nello schema o null se non è impostato alcun valore. Può essere impostato sul nome della tabella o su null se sottoposto a override in una classe derivata.

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

Valore della proprietà

Nome della tabella nello schema o riferimento Null (Nothing in Visual Basic) se non è impostato alcun valore.

Si applica a