EdmPathExpression Constructor (IEnumerable<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 IEnumerable(Of String) _
)
'Usage
Dim path As IEnumerable(Of String)
Dim instance As New EdmPathExpression(path)
public EdmPathExpression(
IEnumerable<string> path
)
public:
EdmPathExpression(
IEnumerable<String^>^ path
)
new :
path:IEnumerable<string> -> EdmPathExpression
public function EdmPathExpression(
path : IEnumerable<String>
)
Parameters
- path
Type: System.Collections.Generic.IEnumerable<String>
Path segments.