SqlSystem.databaseName Method
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.
Returns the name of the database vendor used as the SQL database backend.
public:
virtual System::String ^ databaseName();
public virtual string databaseName ();
abstract member databaseName : unit -> string
override this.databaseName : unit -> string
Public Overridable Function databaseName () As String
Returns
The name of the database vendor used as the SQL database backend.