| DBStoredProcedureContainsAnyElementOfType Method  | 
            Determines whether this element directly or indirectly contains at least 1 element of the type specified.
            
 
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
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