EntityCommand.UpdatedRowSource Property

Definition

Gets or sets how command results are applied to rows being updated.

public:
 virtual property System::Data::UpdateRowSource UpdatedRowSource { System::Data::UpdateRowSource get(); void set(System::Data::UpdateRowSource value); };
public override System.Data.UpdateRowSource UpdatedRowSource { get; set; }
member this.UpdatedRowSource : System.Data.UpdateRowSource with get, set
Public Overrides Property UpdatedRowSource As UpdateRowSource

Property Value

One of the UpdateRowSource values.

Applies to