ExpansionBase.IsPrimaryInRelated Method

<< >>

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)

Syntax


C#

public bool IsPrimaryInRelated(
 string table,
 string targetTable
)

Parameters

table

Type: String

The table.

targetTable

Type: String

The target table.

Return Value

true if [is primary in related] [the specified table]; otherwise, false.

See Also


ExpansionBase Class

ZeraSystems.CodeNanite.Expansion Namespace