DBCatalogGetAllElementsMarkedForDeletion Method |
Gets all elements of type typeOfElementsToRetrieve from this catalog which are marked for deletion
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public HashSet<DBElementBase> GetAllElementsMarkedForDeletion(
DBElementType typeOfElementsToRetrieve,
string schemaFilter
)
Public Function GetAllElementsMarkedForDeletion (
typeOfElementsToRetrieve As DBElementType,
schemaFilter As String
) As HashSet(Of DBElementBase)
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:
HashSetDBElementBaseset of elements which are marked for deletion
See Also