| DBCatalog.GetAllChangedElements 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)
Syntaxpublic HashSet<DBElementBase> GetAllChangedElements(
	DBElementType typeOfElementsToRetrieve,
	string schemaFilter
)
Public Function GetAllChangedElements ( 
	typeOfElementsToRetrieve As DBElementType,
	schemaFilter As String
) As HashSet(Of DBElementBase)
Parameters
- typeOfElementsToRetrieve
 - Type: SD.LLBLGen.Pro.DBDriverCore.DBElementType
The type of elements to retrieve. - schemaFilter
 - Type: System.String
The schema filter. 
Return Value
Type: 
HashSet<DBElementBase>set of all changed elements
RemarksA 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