Share via


EdmLabeledExpressionReferenceExpression Constructors

Definition

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.

Applies to