Click or drag to resize

DBCatalogGetAllNewElements Method

Gets all new elements of type typeOfElementsToRetrieve

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public HashSet<DBElementBase> GetAllNewElements(
	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 new elements
See Also