ISchemaProvider.GetForeignKeys method
namespace: Serenity.Data.Schema assembly: Serenity.Net.Data
Gets the foreign keys.
public IEnumerable<ForeignKeyInfo> GetForeignKeys(IDbConnection connection, string schema,
string table)
| parameter | description |
|---|---|
| connection | The connection. |
| schema | The schema. |
| table | The table. |
See Also
- class ForeignKeyInfo
- interface ISchemaProvider