Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > GetForeignKeysInTable Method > ExpansionBase.GetForeignKeysInTable Method (String, Boolean) |
Returns the foreign keys in table as a List.
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public List<ISchemaItem> GetForeignKeysInTable(
string table,
bool allowPrimaryKeys
)
table
Type: String
The table.
allowPrimaryKeys
Type: Boolean
if set to true [allow primary keys].
List<ISchemaItem>.
GetForeignKeysInTable Overload
ZeraSystems.CodeNanite.Expansion Namespace