Click or drag to resize
DBForeignKeyConstraintPrimaryKeyFields Property
List of DBTableField instances of the primary key in this relation. DBTableField instances have an DBTable reference for upward navigation. FK constraints which span multiple catalogs are not supported. Single column primary keys will have just 1 entry in this array, multi-column primary keys will have per column one entry.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public IList<DBTableField> PrimaryKeyFields { get; }

Property Value

Type: IListDBTableField
See Also