SqlRowUpdatedEventArgs::Command Property

 

Gets or sets the SqlCommand executed when Update is called.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
property SqlCommand^ Command {
	SqlCommand^ get();
}

Property Value

Type: System.Data.SqlClient::SqlCommand^

The SqlCommand executed when Update is called.

.NET Framework
Available since 1.1
Return to top
Show: