Returns a System.Data.DataTable that describes the column schema of the ULDataReader.
Visual Basic
Public Function GetSchemaTable() As DataTable
C#
public DataTable GetSchemaTable();
A System.Data.DataTable that describes the column schema.
For more information, see GetSchemaTable method.