ITransformReaderHasElement Method  | 
 
            Determines whether the element with the specified ID is part of the reader values.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxbool HasElement(
	Guid elementId
)
Function HasElement ( 
	elementId As Guid
) As Boolean
bool HasElement(
	Guid elementId
)
abstract HasElement : 
        elementId : Guid -> bool 
Parameters
- elementId
 - Type: SystemGuid
The element ID. 
Return Value
Type: 
Boolean if the reader has a corresponding value; otherwise, 
.
See Also