ComponentOne FlexPivot for WinForms
GetData(String,Int64) Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Connector Class > GetData Method : GetData(String,Int64) Method
The name of the DataEngine table.
Optional number of rows to import. If count is 0 (default), import all rows.
Import data to a DataEngine table.
Syntax
'Declaration
 
Public Overloads MustOverride Sub GetData( _
   ByVal tableName As System.String, _
   Optional ByVal count As System.Long _
) 
public abstract void GetData( 
   System.string tableName,
   System.long count
)

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

Reference

Connector Class
Connector Members
Overload List