SqliteCommand.UpdatedRowSource Property

Definition

Gets or sets a value indicating how the results are applied to the row 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

A value indicating how the results are applied to the row being updated.

Applies to