[]
Retrieve the metadata relatively to the foreign keys.
protected virtual DataTable GetForeignKeySchema(string[] restrictionValues)
Protected Overridable Function GetForeignKeySchema(restrictionValues As String()) As DataTable
| Type | Name | Description |
|---|---|---|
| string[] | restrictionValues | Specifies a set of restriction values for the requested schema. |
| Type | Description |
|---|---|
| DataTable | A DataTable containing the schema about the foreign keys. |