EdmNavigationPropertyPathExpression Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
EdmNavigationPropertyPathExpression(IEnumerable<String>) |
Inicializuje novou instanci EdmNavigationPropertyPathExpression třídy. |
EdmNavigationPropertyPathExpression(String) |
Inicializuje novou instanci EdmNavigationPropertyPathExpression třídy. |
EdmNavigationPropertyPathExpression(String[]) |
Inicializuje novou instanci EdmNavigationPropertyPathExpression třídy. |
EdmNavigationPropertyPathExpression(IEnumerable<String>)
Inicializuje novou instanci EdmNavigationPropertyPathExpression třídy.
public EdmNavigationPropertyPathExpression (System.Collections.Generic.IEnumerable<string> pathSegments);
new Microsoft.OData.Edm.Vocabularies.EdmNavigationPropertyPathExpression : seq<string> -> Microsoft.OData.Edm.Vocabularies.EdmNavigationPropertyPathExpression
Public Sub New (pathSegments As IEnumerable(Of String))
Parametry
- pathSegments
- IEnumerable<String>
Segmenty cesty.
Platí pro
EdmNavigationPropertyPathExpression(String)
Inicializuje novou instanci EdmNavigationPropertyPathExpression třídy.
public EdmNavigationPropertyPathExpression (string path);
new Microsoft.OData.Edm.Vocabularies.EdmNavigationPropertyPathExpression : string -> Microsoft.OData.Edm.Vocabularies.EdmNavigationPropertyPathExpression
Public Sub New (path As String)
Parametry
- path
- String
Řetězec cesty obsahující segmenty oddělené znakem /. Příklad: "A.B/C/D.E/Func1(NS. T,NS. T2)/P1".
Platí pro
EdmNavigationPropertyPathExpression(String[])
Inicializuje novou instanci EdmNavigationPropertyPathExpression třídy.
public EdmNavigationPropertyPathExpression (params string[] pathSegments);
new Microsoft.OData.Edm.Vocabularies.EdmNavigationPropertyPathExpression : string[] -> Microsoft.OData.Edm.Vocabularies.EdmNavigationPropertyPathExpression
Public Sub New (ParamArray pathSegments As String())
Parametry
- pathSegments
- String[]
Segmenty cesty.