Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SQLiteDataSourceBase..::..DisableLocks Property

Normally we use a reader/writer lock to avoid simultaneous writes to a SQlite database. If you disable this locking, you may see extra noise in your tracing output or unexpected exceptions.

Namespace:  Tortuga.Chain.SQLite
Assembly:  Tortuga.Chain.SQLite (in Tortuga.Chain.SQLite.dll)

Syntax


public bool DisableLocks { get; }
Public ReadOnly Property DisableLocks As Boolean
	Get
public:
property bool^ DisableLocks {
	bool^ get ();
}