Share via


EdmPathExpression Constructor (String)

Initializes a new instance of the EdmPathExpression class.

Namespace:  Microsoft.Data.Edm.Library.Expressions
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub New ( _
    path As String _
)
'Usage
Dim path As String 

Dim instance As New EdmPathExpression(path)
public EdmPathExpression(
    string path
)
public:
EdmPathExpression(
    String^ path
)
new : 
        path:string -> EdmPathExpression
public function EdmPathExpression(
    path : String
)

Parameters

  • path
    Type: System.String
    Path string containing segments seperated by '/'. For example: "A.B/C/D.E/Func1(NS.T,NS.T2)/P1".

See Also

Reference

EdmPathExpression Class

EdmPathExpression Overload

Microsoft.Data.Edm.Library.Expressions Namespace