TransformReaderHasElement Method |
Determines whether the element with the specified ID is part of the reader values.
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool HasElement(
Guid elementId
)
Public Function HasElement (
elementId As Guid
) As Boolean
public:
virtual bool HasElement(
Guid elementId
) sealed
abstract HasElement :
elementId : Guid -> bool
override HasElement :
elementId : Guid -> bool Parameters
- elementId Guid
- The element ID.
Return Value
Boolean if the reader has a corresponding value; otherwise,
.
Implements
ITransformReaderHasElement(Guid)
See Also