Click or drag to resize
DBCatalogGetAllRenamedElements Method
Gets all renamed elements of type typeOfElementsToRetrieve from this catalog

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<IDBRenameableElement> GetAllRenamedElements(
	DBElementType typeOfElementsToRetrieve,
	string schemaFilter
)

Parameters

typeOfElementsToRetrieve
Type: SD.LLBLGen.Pro.DBDriverCoreDBElementType
The type of elements to retrieve.
schemaFilter
Type: SystemString
The schema filter. If left empty (empty string), all schemas in the specified catalog(s) are considered, otherwise the one specified

Return Value

Type: HashSetIDBRenameableElement
set of elements which are renamed
See Also