Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ( _
ParamArray path As String() _
)
'Usage
Dim path As String()
Dim instance As New EdmPathExpression(path)
public EdmPathExpression(
params string[] path
)
public:
EdmPathExpression(
... array<String^>^ path
)
new :
path:string[] -> EdmPathExpression
public function EdmPathExpression(
... path : String[]
)
Parameters
- path
Type: array<System.String[]
Path segments.