GetSchemaTable Method (C1DataReader)
Schema information is difficult to map into .NET conventions, so a
lot of work must be done to gather the necessary information so it can be represented
in an ADO.NET manner.
'Declaration
Public Overrides Function GetSchemaTable() As DataTable
Return Value
Returns a DataTable containing the schema information for the active SELECT statement being processed.