Npgsql API Documentation

NpgsqlDataReader.GetSchemaTable Method 

[This is preliminary documentation and subject to change.]

Returns a System.Data.DataTable that describes the column metadata of the DataReader.

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

Implements

IDataReader.GetSchemaTable

See Also

NpgsqlDataReader Class | Npgsql Namespace