Share via


EdmCollectionExpression Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the EdmCollectionExpression class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method EdmCollectionExpression(array<IEdmExpression[]) Initializes a new instance of the EdmCollectionExpression class.
Public method EdmCollectionExpression(IEnumerable<IEdmExpression>) Initializes a new instance of the EdmCollectionExpression class.
Public method EdmCollectionExpression(IEdmTypeReference, array<IEdmExpression[]) Initializes a new instance of the EdmCollectionExpression class.
Public method EdmCollectionExpression(IEdmTypeReference, IEnumerable<IEdmExpression>) Initializes a new instance of the EdmCollectionExpression class.

Top

See Also

Reference

EdmCollectionExpression Class

Microsoft.Data.Edm.Library.Expressions Namespace