Click or drag to resize

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.4.0.0 (5.4.0)
Syntax
public bool ContainsAnyElementOfType(
	DBElementType typeOfElement
)

Parameters

typeOfElement
Type: SD.LLBLGen.Pro.DBDriverCoreDBElementType
The type of element.

Return Value

Type: Boolean
true if at least one element of the type specified is contained directly or indirectly by this element
See Also