SqlRowUpdatingEventArgs.Command Property

Definition

Gets or sets the SqlCommand to execute when performing the Update(DataSet).

public Microsoft.Data.SqlClient.SqlCommand Command { get; set; }
member this.Command : Microsoft.Data.SqlClient.SqlCommand with get, set
Public Property Command As SqlCommand

Property Value

SqlCommand

The SqlCommand to execute when performing the Update(DataSet).

Applies to