Obtain DataReader Schema Information

You can obtain schema information about columns in the result set.

If you are using the AseDataReader, you can use the GetSchemaTable method to obtain information about the result set. The GetSchemaTable method returns the standard .NET DataTable object, which provides information about all the columns in the result set, including column properties.

Related reference
GetSchemaTable Method