[]
Returns the DataSchema for the specified OLE DB connection.
public DataSchema GetSchema(DbConnection connection)
| Type | Name | Description |
|---|---|---|
| DbConnection | connection | An open OLE DB database connection. |
| Type | Description |
|---|---|
| DataSchema | A DataSchema describing the tables and foreign keys. |