Click or drag to resize
DBForeignKeyConstraintDetermineRelationshipType Method
Determines the relationship type formed by this foreign key constraint.

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 DBRelationshipType DetermineRelationshipType()

Return Value

Type: DBRelationshipType
Relationship type formed by the FK constraint
See Also