ODataSelectPath Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ODataSelectPath(ODataPathSegment[]) |
Criar um objeto ODataPath com base em um único segmento |
ODataSelectPath(IEnumerable<ODataPathSegment>) |
Criar um ODataSelectPath |
ODataSelectPath(ODataPathSegment[])
Criar um objeto ODataPath com base em um único segmento
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())
Parâmetros
- segments
- ODataPathSegment[]
A lista de segmentos que compõem esse caminho.
Exceções
Gerará se a lista de segmentos não corresponder aos requisitos de um caminho no $select
Aplica-se a
ODataSelectPath(IEnumerable<ODataPathSegment>)
Criar um 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))
Parâmetros
- segments
- IEnumerable<ODataPathSegment>
A lista de segmentos que compõem esse caminho.
Exceções
Gerará se a lista de segmentos não corresponder aos requisitos de um caminho no $select