DbColumn.BaseSchemaName Property

Definition

Gets the schema name associated with the data source; otherwise, null if no value is set. Can be set to either the schema name or null when overridden in a derived class.

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

Property Value

The schema name associated with the data source; otherwise, a null reference (Nothing in Visual Basic) if no value is set.

Applies to