KeySegment.Handle Method
Handle a KeySegment using an instance of PathSegmentHandler.
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Overrides Sub Handle ( _
handler As PathSegmentHandler _
)
'Usage
Dim instance As KeySegment
Dim handler As PathSegmentHandler
instance.Handle(handler)
public override void Handle(
PathSegmentHandler handler
)
public:
virtual void Handle(
PathSegmentHandler^ handler
) override
abstract Handle :
handler:PathSegmentHandler -> unit
override Handle :
handler:PathSegmentHandler -> unit
public override function Handle(
handler : PathSegmentHandler
)
Parameters
- handler
Type: Microsoft.Data.OData.Query.SemanticAst.PathSegmentHandler
An implementation of the handler interface.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Throws if the input handler is null. |