Share via


DbSetClause.Property Property

Definition

Gets an DbExpression that specifies the property that should be updated.

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

Property Value

An DbExpression that specifies the property that should be updated.

Applies to