Owner's manual

Section 10. CsiDataSource Control
10.3.2.1 Properties
advisorName As String
orderOption As csidsOrderOptionType
startDate As Date
startFileMarkNo As Long
startIntervalSeconds As Long
startOption As csidsStartOptionType
startRecordNo As Long
startRecordNoString As String
state As advisor_state
stationName As String
tableName As String
startDateNanoSeconds As Long
maxRecordsPerBlock As Long
10.3.2.2 Methods
columns() As Object
start()
stop()
variableSetCancel(Long tran_id)
variableSetStart(String column_name, String value) as Long
10.3.3 DataColumnCollection Interface
See the Reference Section for descriptions of these properties and methods.
10.3.3.1 Properties
count As Long
10.3.3.2 Methods
add(String columnName)
addAll()
find(String column_name) As Long
Item(id) As DataColumn
remove(String columnName)
removeAll()
_NewEnum() (GetEnumerator() in .NET)
10.3.4 DataColumn Interface
See the Reference Section for descriptions of these properties.
10.3.4.1 Properties
name As String
10-3