DBCatalogContainsAnyElementOfType 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.8.0.0 (5.8.21.0208)
Syntaxpublic 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