Npgsql Api Docs

NpgsqlConnection.GetSchema Method

Returns the supported collections

Overload List

Returns the supported collections

public override DataTable GetSchema();

Returns the schema collection specified by the collection name.

public override DataTable GetSchema(string);

Returns the schema collection specified by the collection name filtered by the restrictions.

public override DataTable GetSchema(string,string[]);

See Also

NpgsqlConnection Class | Npgsql Namespace