DBCatalog.GetAllRenamedElements Method |
Gets all renamed elements of type typeOfElementsToRetrieve from this catalog
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic HashSet<IDBRenameableElement> GetAllRenamedElements(
DBElementType typeOfElementsToRetrieve,
string schemaFilter
)
Public Function GetAllRenamedElements (
typeOfElementsToRetrieve As DBElementType,
schemaFilter As String
) As HashSet(Of IDBRenameableElement)
Parameters
- typeOfElementsToRetrieve
- Type: SD.LLBLGen.Pro.DBDriverCore.DBElementType
The type of elements to retrieve. - schemaFilter
- Type: System.String
The schema filter. If left empty (empty string), all schemas in the specified catalog(s) are considered, otherwise the one specified
Return Value
Type:
HashSet<IDBRenameableElement>set of elements which are renamed
See Also