EdmLabeledExpressionReferenceExpression Constructors
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.
Overloads
EdmLabeledExpressionReferenceExpression() |
Initializes a new instance of EdmLabeledExpressionReferenceExpression class with non-initialized ReferencedLabeledExpression property. |
EdmLabeledExpressionReferenceExpression(IEdmLabeledExpression) |
Initializes a new instance of the EdmLabeledExpressionReferenceExpression class. This constructor will not allow changing ReferencedLabeledExpression property after the EdmLabeledExpressionReferenceExpression instance has been constructed. |
EdmLabeledExpressionReferenceExpression()
Initializes a new instance of EdmLabeledExpressionReferenceExpression class with non-initialized ReferencedLabeledExpression property.
public EdmLabeledExpressionReferenceExpression ();
Public Sub New ()
Applies to
EdmLabeledExpressionReferenceExpression(IEdmLabeledExpression)
Initializes a new instance of the EdmLabeledExpressionReferenceExpression class. This constructor will not allow changing ReferencedLabeledExpression property after the EdmLabeledExpressionReferenceExpression instance has been constructed.
public EdmLabeledExpressionReferenceExpression (Microsoft.OData.Edm.Vocabularies.IEdmLabeledExpression referencedLabeledExpression);
new Microsoft.OData.Edm.Vocabularies.EdmLabeledExpressionReferenceExpression : Microsoft.OData.Edm.Vocabularies.IEdmLabeledExpression -> Microsoft.OData.Edm.Vocabularies.EdmLabeledExpressionReferenceExpression
Public Sub New (referencedLabeledExpression As IEdmLabeledExpression)
Parameters
- referencedLabeledExpression
- IEdmLabeledExpression
Referenced labeled element.