The IInfigoDataSource type exposes the following members.

Methods

  NameDescription
Close
Closes the data source.
GetDataReader
Returns the IDataReader for the data source. Please note that the data source must be open already.
GetLastError
In case of an error, get the last error as text representation.
GetSchemaTable
Returns the scheme table of the data source.
IsOpen
Checks the open status of the data source.
IsValid
Checks the validity of the data source parameter. Please note, that only the parameter syntax is checked. It might still be the case, that opening the data source might fail.
Open
Attempts to open the data source.

See Also