DbColumn.BaseSchemaName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.