Class BeforeCursorPreparingStatementEventArgs
  
  
  
  
    Inheritance
    System.Object
    BeforeCursorPreparingStatementEventArgs
   
  
  Assembly: Simplic.Framework.DAL.dll
  Syntax
  
    public class BeforeCursorPreparingStatementEventArgs : EventArgs
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ConnectionName
  
  
  Declaration
  
    public string ConnectionName { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Parameters
  
  
  Declaration
  
    public IDictionary<string, object> Parameters { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | IDictionary<System.String, System.Object> | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SqlStatement
  
  
  Declaration
  
    public string SqlStatement { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         |