Share via


EntityCommand.UpdatedRowSource Property

Definition

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

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