Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnection.GetDbSchemaTable Method 

NOTE: This method is now obsolete.

Use GetSchema methods instead


[Visual Basic]
<Obsolete(Message:="Use GetSchema methods instead", IsError:=False)>
Public Function GetDbSchemaTable( _
   ByVal schema As FbDbSchemaType, _
   ByVal restrictions As Object() _
) As DataTable
[C#]
[Obsolete(Message="Use GetSchema methods instead", IsError=False)]
public DataTable GetDbSchemaTable(
   FbDbSchemaType schema,
   object[] restrictions
);

See Also

FbConnection Class | FirebirdSql.Data.Firebird Namespace