DBTableContainsAnyElementOfType Method |
Determines whether this element directly or indirectly contains at least 1 element of the type specified.
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 bool ContainsAnyElementOfType(
DBElementType typeOfElement
)
Public Function ContainsAnyElementOfType (
typeOfElement As DBElementType
) As Boolean
Parameters
- typeOfElement
- Type: SD.LLBLGen.Pro.DBDriverCoreDBElementType
The type of element.
Return Value
Type:
Booleantrue if at least one element of the type specified is contained directly or indirectly by this element
See Also