IEdmValueTermReferenceExpression.Base Property
Gets the expression for the structured value containing the referenced term property.
Namespace: Microsoft.Data.Edm.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Base As IEdmExpression
Get
'Usage
Dim instance As IEdmValueTermReferenceExpression
Dim value As IEdmExpression
value = instance.Base
IEdmExpression Base { get; }
property IEdmExpression^ Base {
IEdmExpression^ get ();
}
abstract Base : IEdmExpression
function get Base () : IEdmExpression
Property Value
Type: Microsoft.Data.Edm.Expressions.IEdmExpression
The expression for the structured value containing the referenced term property.