Table of Contents

Class LocalDatabase

Namespace
The.SQLServer
Assembly
Instagile.SQLServer.dll
public sealed class LocalDatabase : SQLDatabase, IDatabase, IDisposable
Inheritance
LocalDatabase
Implements
Inherited Members

Constructors

LocalDatabase(string, TimeSpan?)

public LocalDatabase(string connectionString, TimeSpan? timeout = null)

Parameters

connectionString string
timeout TimeSpan?

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

~LocalDatabase()

protected ~LocalDatabase()