共用方式為


EdmPropertyPathExpression 建構函式

定義

多載

EdmPropertyPathExpression(IEnumerable<String>)

初始化 EdmPropertyPathExpression 類別的新執行個體。

EdmPropertyPathExpression(String)

初始化 EdmPropertyPathExpression 類別的新執行個體。

EdmPropertyPathExpression(String[])

初始化 EdmPropertyPathExpression 類別的新執行個體。

EdmPropertyPathExpression(IEnumerable<String>)

初始化 EdmPropertyPathExpression 類別的新執行個體。

public EdmPropertyPathExpression (System.Collections.Generic.IEnumerable<string> pathSegments);
new Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression : seq<string> -> Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression
Public Sub New (pathSegments As IEnumerable(Of String))

參數

pathSegments
IEnumerable<String>

路徑區段。

適用於

EdmPropertyPathExpression(String)

初始化 EdmPropertyPathExpression 類別的新執行個體。

public EdmPropertyPathExpression (string path);
new Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression : string -> Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression
Public Sub New (path As String)

參數

path
String

路徑字串,其中包含以 '/' 分隔的區段。 例如:"A.B/C/D.E/Func1(NS.T,NS.T2)/P1"。

適用於

EdmPropertyPathExpression(String[])

初始化 EdmPropertyPathExpression 類別的新執行個體。

public EdmPropertyPathExpression (params string[] pathSegments);
new Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression : string[] -> Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression
Public Sub New (ParamArray pathSegments As String())

參數

pathSegments
String[]

路徑區段。

適用於