EdmApplyExpression Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the EdmApplyExpression 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 | |
---|---|---|
EdmApplyExpression(IEdmExpression, IEnumerable<IEdmExpression>) | Initializes a new instance of the EdmApplyExpression class. | |
EdmApplyExpression(IEdmFunction, array<IEdmExpression[]) | Initializes a new instance of the EdmApplyExpression class. | |
EdmApplyExpression(IEdmFunction, IEnumerable<IEdmExpression>) | Initializes a new instance of the EdmApplyExpression class. |
Top