Share via


DbExpressionBinding.Variable Property

Definition

Gets the DbVariableReferenceExpression that references the element variable.

public System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression Variable { get; }
member this.Variable : System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression
Public ReadOnly Property Variable As DbVariableReferenceExpression

Property Value

The variable reference.

Applies to