ODataExpandPath Constructor (ODataPathSegment[])

Create an ODataPath object based on a single segment

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Sub New ( _
    ParamArray segments As ODataPathSegment() _
)
'Usage
Dim segments As ODataPathSegment()

Dim instance As New ODataExpandPath(segments)
public ODataExpandPath(
    params ODataPathSegment[] segments
)
public:
ODataExpandPath(
    ... array<ODataPathSegment^>^ segments
)
new : 
        segments:ODataPathSegment[] -> ODataExpandPath
public function ODataExpandPath(
    ... segments : ODataPathSegment[]
)

Parameters

Exceptions

Exception Condition
ODataException

Throws if this list of segments doesn't match the requirements for a $expand

See Also

Reference

ODataExpandPath Class

ODataExpandPath Overload

Microsoft.Data.OData.Query.SemanticAst Namespace