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

LockType Enumeration

This is used for ensuring that only one writer is active at a time for a given SQLite database.

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

Syntax


public enum LockType
Public Enumeration LockType
public enum class LockType

Members


Member nameDescription
None No lock will be obtained by Chain.
Read The operation only performs reads.
Write The operation potentially performs writes.