Expression Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the underlying expression.
Namespace: Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Property Expression As IEdmExpression
Get
Set
'Usage
Dim instance As EdmLabeledElement
Dim value As IEdmExpression
value = instance.Expression
instance.Expression = value
public IEdmExpression Expression { get; set; }
public:
virtual property IEdmExpression^ Expression {
IEdmExpression^ get () sealed;
void set (IEdmExpression^ value) sealed;
}
abstract Expression : IEdmExpression with get, set
override Expression : IEdmExpression with get, set
final function get Expression () : IEdmExpression
final function set Expression (value : IEdmExpression)
Property Value
Type: Microsoft.Data.Edm.Expressions..::..IEdmExpression
Implements
IEdmLabeledElement..::..Expression