Class DynamicStatement
  
  
  
  
    Inheritance
    System.Object
    DynamicStatement
   
  
  Assembly: Simplic.Framework.DBUI.dll
  Syntax
  
    public class DynamicStatement : object
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ConnectionStringName
  
  
  Declaration
  
    public string ConnectionStringName { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Parameter
  
  
  Declaration
  
    public IList<string> Parameter { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | IList<System.String> | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Statement
  
  
  Declaration
  
    public string Statement { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         |