Npgsql Api Docs

NpgsqlConnection.GetSchema Method (String)

Returns the schema collection specified by the collection name.

[Visual Basic]
Overrides Overloads Public Function GetSchema( _
   ByVal collectionName As String _
) As DataTable
[C#]
public override DataTable GetSchema(
   string collectionName
);

Parameters

collectionName
The collection name.

Return Value

The collection specified.

See Also

NpgsqlConnection Class | Npgsql Namespace | NpgsqlConnection.GetSchema Overload List