DbSetClause.Value Property

Definition

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

public:
 property System::Data::Common::CommandTrees::DbExpression ^ Value { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Value { get; }
member this.Value : System.Data.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