Partager via


ODataSelectPath Constructeurs

Définition

Surcharges

ODataSelectPath(ODataPathSegment[])

Crée un objet ODataPath à partir d'un segment unique

ODataSelectPath(IEnumerable<ODataPathSegment>)

Crée un ODataSelectPath

ODataSelectPath(ODataPathSegment[])

Crée un objet ODataPath à partir d'un segment unique

public ODataSelectPath (params Microsoft.OData.UriParser.ODataPathSegment[] segments);
new Microsoft.OData.UriParser.ODataSelectPath : Microsoft.OData.UriParser.ODataPathSegment[] -> Microsoft.OData.UriParser.ODataSelectPath
Public Sub New (ParamArray segments As ODataPathSegment())

Paramètres

segments
ODataPathSegment[]

Liste des segments constituant ce chemin d'accès.

Exceptions

Levée si la liste des segments ne correspond pas aux conditions requises pour un chemin dans $select

S’applique à

ODataSelectPath(IEnumerable<ODataPathSegment>)

Crée un ODataSelectPath

public ODataSelectPath (System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.ODataPathSegment> segments);
new Microsoft.OData.UriParser.ODataSelectPath : seq<Microsoft.OData.UriParser.ODataPathSegment> -> Microsoft.OData.UriParser.ODataSelectPath
Public Sub New (segments As IEnumerable(Of ODataPathSegment))

Paramètres

segments
IEnumerable<ODataPathSegment>

Liste des segments constituant ce chemin d'accès.

Exceptions

Levée si la liste des segments ne correspond pas aux conditions requises pour un chemin dans $select

S’applique à