DBUniqueConstraintCheckIfIsValid 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 constraint
is marked for deletion and that the uc isn't equal to the primary key.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax public bool CheckIfIsValid()
Public Function CheckIfIsValid As Boolean
Return Value
Type:
Boolean
true if the constraint is valid, false otherwise
See Also