Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnection.GetSchema Method (String)

Returns information about a specific metadata collection.

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

Return Value

DataTable with the speficied schema information.

See Also

FbConnection Class | FirebirdSql.Data.Firebird Namespace | FbConnection.GetSchema Overload List