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

SQLiteDataSourceSettings..::..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 Nullable<bool> DisableLocks { get; set; }
Public Property DisableLocks As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> DisableLocks {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}