Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > ExpansionBase.IsPrimaryInRelated Method |
Determines whether primary key is in related tables
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public bool IsPrimaryInRelated(
string table,
string targetTable
)
table
Type: String
The table.
targetTable
Type: String
The target table.
true if [is primary in related] [the specified table]; otherwise, false.
ZeraSystems.CodeNanite.Expansion Namespace