SqlTableHintType Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum SqlTableHintType
[<System.Flags>]
type SqlTableHintType = 
Public Enum SqlTableHintType
Inheritance
SqlTableHintType
Attributes

Fields

FastFirstRow 1
ForceSeek 2
HoldLock 4
KeepDefaults 8
KeepIdentity 16
NoExpand 32
NoLock 64
None 0
NoWait 128
PageLock 256
ReadCommitted 512
ReadCommittedLock 1024
ReadPast 2048
ReadUncommitted 4096
RepeatableRead 8192
Rowlock 16384
Serializable 32768
Snapshot 2097152
SpatialWindowMaxCells 1048576
TabLock 65536
TabLockX 131072
UpdateLock 262144
XLock 524288

Applies to