| DBForeignKeyConstraintCheckIfIsValid Method  | 
 
            Determines whether this instance is valid. Valid means that the constraint isn't marked for deletion and also none of the fields in the Fk constraint
            is marked for deletion. Will return false if IsCorrect returns false
            
 
    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)
Syntaxpublic bool CheckIfIsValid()
Public Function CheckIfIsValid As Boolean
Return Value
Type: 
Boolean
            	true if the fk constraint is valid, false otherwise
            
See Also