Returns the supported collections
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[]);
NpgsqlConnection Class | Npgsql Namespace