In This Topic
            
            Gets or sets a list of the tables which will be used in the script. Table names are separated by semicolon.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overridable Property Tables As String
             
        
            
            public virtual string Tables {get; set;}
             
        
             
        
            
            
            Property Value
System.String containing a list of the tables separated by semicolon.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also