ExpansionBase.GetForeignKeysInTable Method (List<ISchemaItem>, String, Boolean)

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > GetForeignKeysInTable Method  >

ExpansionBase.GetForeignKeysInTable Method (List<ISchemaItem>, String, Boolean)

Return the foreign keys in table as a List. You can pass your own specific list of SChema Items

Namespace: ZeraSystems.CodeNanite.Expansion

Assembly:  ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)

Syntax


C#

public List<ISchemaItemGetForeignKeysInTable(
 List<ISchemaItemschemaItem,
 string table,
 bool allowPrimaryKeys
)

Parameters

schemaItem

Type: List<ISchemaItem>

The schema item.

table

Type: String

The table.

allowPrimaryKeys

Type: Boolean

if set to true [allow primary keys].

Return Value

List<ISchemaItem>.

See Also


ExpansionBase Class

GetForeignKeysInTable Overload

ZeraSystems.CodeNanite.Expansion Namespace