SQLiteMetadataCache..::..GetForeignKeysForTable Method
Gets the foreign keys for a table.
Namespace:
Tortuga.Chain.SQLiteAssembly: Tortuga.Chain.SQLite (in Tortuga.Chain.SQLite.dll)
Syntax
[EditorBrowsableAttribute] public ForeignKeyConstraintCollection<SQLiteObjectName, DbType> GetForeignKeysForTable( AbstractObjectName tableName )
<EditorBrowsableAttribute> _ Public Function GetForeignKeysForTable ( _ tableName As AbstractObjectName _ ) As ForeignKeyConstraintCollection(Of SQLiteObjectName, DbType)
[EditorBrowsableAttribute] public: ForeignKeyConstraintCollection<SQLiteObjectName^, DbType^>^ GetForeignKeysForTable( AbstractObjectName^ tableName )
Parameters
- tableName
- Type: AbstractObjectName
Name of the table.

