| DBForeignKeyConstraintDetermineRelationshipType Method  | 
            Determines the relationship type formed by this foreign key constraint. 
            
 
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic DBRelationshipType DetermineRelationshipType()
Public Function DetermineRelationshipType As DBRelationshipType
Return Value
Type: 
DBRelationshipType
            Relationship type formed by the FK constraint
            
See Also