Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 381 Bytes

File metadata and controls

12 lines (8 loc) · 381 Bytes

WrappedConnection.Database property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets the name of the current database or the database to be used after a connection is opened.

public string Database { get; }

See Also