iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

InMemoryDataReader.GetSchemaTable Method 

Returns a DataTable that describes the column metadata of the IDataReader.

[Visual Basic]
NotOverridable Public Function GetSchemaTable() As DataTable _
    Implements IDataReader.
[C#]
public DataTable GetSchemaTable();

Return Value

Implements

IDataReader.

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace