Share via


DbSetClause.Value Property

Definition

Gets an DbExpression that specifies the new value with which to update the property.

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

Property Value

An DbExpression that specifies the new value with which to update the property.

Applies to