GetData(String,Int64) Method
In This Topic
Import data to a DataEngine table.
Syntax
'Declaration
Public Overloads MustOverride Sub GetData( _
ByVal As String, _
Optional ByVal As Long _
)
public abstract void GetData(
string ,
long
)
Parameters
- tableName
- The name of the DataEngine table.
- count
- Optional number of rows to import. If count is 0 (default), import all rows.
See Also