Class MySqlHints.SubQuery
  
  
  
    - Namespace
 - LinqToDB.DataProvider.MySql
 
  - Assembly
 - linq2db.dll
 
   
  
  
  
    public static class MySqlHints.SubQuery
   
  
    - Inheritance
 
    - 
      
      
MySqlHints.SubQuery
     
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
  
 
  Fields
  
  ForShare
  
  
  
  
  
    public const string ForShare = "FOR SHARE"
   
  Field Value
  
    - string
 
    
  
  
  ForUpdate
  
  
  
  
  
    public const string ForUpdate = "FOR UPDATE"
   
  Field Value
  
    - string
 
    
  
  
  LockInShareMode
  
  
  
  
  
    public const string LockInShareMode = "LOCK IN SHARE MODE"
   
  Field Value
  
    - string
 
    
  
  
  NoWait
  
  
  
  
  
    public const string NoWait = "NOWAIT"
   
  Field Value
  
    - string
 
    
  
  
  SkipLocked
  
  
  
  
  
    public const string SkipLocked = "SKIP LOCKED"
   
  Field Value
  
    - string