EdmCollectionExpression Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the EdmCollectionExpression class.

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

Syntax

'Declaration
Public Sub New ( _
    ParamArray elements As IEdmLabeledElement() _
)
'Usage
Dim elements As IEdmLabeledElement()

Dim instance As New EdmCollectionExpression(elements)
public EdmCollectionExpression(
    params IEdmLabeledElement[] elements
)
public:
EdmCollectionExpression(
    ... array<IEdmLabeledElement^>^ elements
)
new : 
        elements:IEdmLabeledElement[] -> EdmCollectionExpression
public function EdmCollectionExpression(
    ... elements : IEdmLabeledElement[]
)

Parameters

See Also

Reference

EdmCollectionExpression Class

Microsoft.Data.Edm.Library.Expressions Namespace