DBCatalog.GetAllNewElements 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.11.0.0 (5.11.23.1114)
Syntaxpublic HashSet<DBElementBase> GetAllNewElements(
DBElementType typeOfElementsToRetrieve,
string schemaFilter
)
Public Function GetAllNewElements (
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 new elements
See Also