EdmLabeledExpression(String, IEdmExpression) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EdmLabeledExpression class.
public EdmLabeledExpression (string name, Microsoft.OData.Edm.IEdmExpression expression);
new Microsoft.OData.Edm.Vocabularies.EdmLabeledExpression : string * Microsoft.OData.Edm.IEdmExpression -> Microsoft.OData.Edm.Vocabularies.EdmLabeledExpression
Public Sub New (name As String, expression As IEdmExpression)
Parameters
- name
- String
Label of the expression.
- expression
- IEdmExpression
Underlying expression.