Click or drag to resize
DBCatalogGetAllChangedElements Method
Gets all changed elements of type typeOfElementsToRetrieve

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 HashSet<DBElementBase> GetAllChangedElements(
	DBElementType typeOfElementsToRetrieve,
	string schemaFilter
)

Parameters

typeOfElementsToRetrieve
Type: SD.LLBLGen.Pro.DBDriverCoreDBElementType
The type of elements to retrieve.
schemaFilter
Type: SystemString
The schema filter.

Return Value

Type: HashSetDBElementBase
set of all changed elements
Remarks
A table which now has less/more fields isn't seen as changed. The element itself has to be marked as changed. Renamed elements are ignored, as those are retrievable separately
See Also