DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / Database Property

In This Topic
    Database Property (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    Gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Database As String
    public override string Database {get;}
    See Also