Class SqlCeHints.Table  
  
  
    - Namespace
- LinqToDB.DataProvider.SqlCe
- Assembly
- linq2db.dll
 
  
  
  
    public static class SqlCeHints.Table
   
  
    - Inheritance
- 
      
      SqlCeHints.Table 
Fields
  
  HoldLock
  
  
  
  
  
    public const string HoldLock = "HoldLock"
   
  Field Value
  
    - string
  Index
  
  
  
  
  
    public const string Index = "Index"
   
  Field Value
  
    - string
  NoLock
  
  
  
  
  
    public const string NoLock = "NoLock"
   
  Field Value
  
    - string
  PagLock
  
  
  
  
  
    public const string PagLock = "PagLock"
   
  Field Value
  
    - string
  RowLock
  
  
  
  
  
    public const string RowLock = "RowLock"
   
  Field Value
  
    - string
  TabLock
  
  
  
  
  
    public const string TabLock = "TabLock"
   
  Field Value
  
    - string
  UpdLock
  
  
  
  
  
    public const string UpdLock = "UpdLock"
   
  Field Value
  
    - string
  XLock
  
  
  
  
  
    public const string XLock = "XLock"
   
  Field Value
  
    - string