| 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.1.0.0 (5.1.0)
Syntaxpublic DBRelationshipType DetermineRelationshipType()
Public Function DetermineRelationshipType As DBRelationshipType
Return Value
Type: 
DBRelationshipType
            Relationship type formed by the FK constraint
            
See Also