Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > ExpansionBase.GetForeignKeysInOneToOne Method |
Gets the foreign keys in one to one relationship.
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public List<ISchemaItem> GetForeignKeysInOneToOne(
List<ISchemaItem> schemaItem,
string table,
bool allowPrimaryKeys
)
schemaItem
Type: List<ISchemaItem>
The schema item.
table
Type: String
The table.
allowPrimaryKeys
Type: Boolean
if set to true [allow primary keys].
List<ISchemaItem>.
ZeraSystems.CodeNanite.Expansion Namespace