Obtaining AseDataAdapter Schema Information

Get schema information about the result set in the DataSet using the FillSchema method along with the AseDataAdapter.

The FillSchema method returns the standard .NET DataTable object, which provides the names of all the columns in the result set.

Related reference
FillSchema Method