DbSetClause.Property Property

Definition

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

public:
 property System::Data::Common::CommandTrees::DbExpression ^ Property { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Property { get; }
member this.Property : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Property As DbExpression

Property Value

An DbExpression that specifies the property that should be updated.

Applies to