Click or drag to resize

DBCatalogMarkInvalidFkAndUniqueConstraintsForDeletion Method

Marks the invalid fk and unique constraints for deletion. If the containing schema has its sync source set to 'database', the elements are ignored.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public void MarkInvalidFkAndUniqueConstraintsForDeletion(
	HashSet<IProjectElementMapTargetElement> targetTablesOfMappingForDatabase,
	HashSet<DBForeignKeyConstraint> modelBasedForeignKeyConstraints,
	HashSet<DBUniqueConstraint> modelBasedUniqueConstraints
)

Parameters

targetTablesOfMappingForDatabase
Type: System.Collections.GenericHashSetIProjectElementMapTargetElement
The target tables of mapping for database.
modelBasedForeignKeyConstraints
Type: System.Collections.GenericHashSetDBForeignKeyConstraint
The model based foreign key constraints.
modelBasedUniqueConstraints
Type: System.Collections.GenericHashSetDBUniqueConstraint
The model based unique constraints.
See Also