Import data to a DataEngine table.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Shared Function GetData( _
   ByVal  As Workspace, _
   ByVal  As System.Data.IDataReader, _
   ByVal  As System.String, _
   Optional ByVal  As System.Long _
) As System.Long
             
        
            
            public static System.long GetData( 
   Workspace ,
   System.Data.IDataReader ,
   System.string ,
   System.long 
)
             
        
             
        
            パラメータ
- workspace
 
- Workspace containing the DataEngine table.
 - reader
 
- Reader providing the data.
 - tableName
 
- The name of the DataEngine table.
 - count
 
- Optional number of rows to import. If count is 0 (default), import all rows.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照