Class LocalDatabase
public sealed class LocalDatabase : SQLDatabase, IDatabase, IDisposable
- Inheritance
-
LocalDatabase
- Implements
- Inherited Members
Constructors
LocalDatabase(string, TimeSpan?)
public LocalDatabase(string connectionString, TimeSpan? timeout = null)
Parameters
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
~LocalDatabase()
protected ~LocalDatabase()