Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取当前数据库的名称。
Public ReadOnly Overrides Property Database As String
public override string Database {get;}
如果打开了连接,则 SAConnection 返回当前数据库的名称。否则,SAConnection 将按以下顺序在连接字符串中查找:DatabaseName、DBN、DataSourceName、Data Source、DSN、DatabaseFile、DBF、FileDataSourceName、FileDSN。