Returns the scheme table of the data source.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
DataTable GetSchemaTable()
Visual Basic (Declaration)
Function GetSchemaTable As DataTable
Visual C++
DataTable^ GetSchemaTable()

Return Value

The scheme table containing the column information.

See Also