Import data to a DataEngine table.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads MustOverride Sub GetData( _
   ByVal  As System.String, _
   Optional ByVal  As System.Long _
) 
             
        
            
            public abstract void GetData( 
   System.string ,
   System.long 
)
             
        
             
        
            パラメータ
- tableName
 
- The name of the DataEngine table.
 - count
 
- Optional number of rows to import. If count is 0 (default), import all rows.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照