Enumeration TableHints

An enum of table hints to be used in mssql for querying with table hints

Property

Property

Property

Property

Property

Property

Property

Property

Property

Property

Property

Property

Property

Property

Property

Enumeration Members

NOEXPAND: "NOEXPAND"
NOLOCK: "NOLOCK"
NOWAIT: "NOWAIT"
PAGLOCK: "PAGLOCK"
READCOMMITTED: "READCOMMITTED"
READPAST: "READPAST"
READUNCOMMITTED: "READUNCOMMITTED"
REPEATABLEREAD: "REPEATABLEREAD"
ROWLOCK: "ROWLOCK"
SERIALIZABLE: "SERIALIZABLE"
SNAPSHOT: "SNAPSHOT"
TABLOCK: "TABLOCK"
TABLOCKX: "TABLOCKX"
UPDLOCK: "UPDLOCK"
XLOCK: "XLOCK"

Generated using TypeDoc