Npgsql API Docs

NpgsqlConnection.GetSchema Method

Overload List

 

public DataTable GetSchema();

Returns the schema collection specified by the collection name.

public DataTable GetSchema(string);

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

public DataTable GetSchema(string,string[]);

See Also

NpgsqlConnection Class | Npgsql Namespace