Click or drag to resize

IDataTable Interface

Interface for objects that hold the parsed results of a successful ondemand query

Namespace:  Kratos_3.Interfaces
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public interface IDataTable

The IDataTable type exposes the following members.

Methods
  NameDescription
Public methodgetColumnNames
Get names of all columns returned in query
Public methodgetColumnTypes
Get the types of the columns returned from the query
Public methodgetColumnTypesAsStrings
Public methodgetError
Public methodgetInput
Public methodgetNumberOfColumns
Get the number of columns returned from the query
Public methodhasError
Public methodisDoneParsing
Returns true when the DataTable is done parsing
Public methodMarkException
Public methodreceiveData
Public methodthrowErrorIfAnyIsPresent
Top
See Also