dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlRowUpdatedEventArgs Class / Command Property

In This Topic
Command Property (SqlRowUpdatedEventArgs)
In This Topic
Gets the SqlCommand executed when System.Data.Common.DbDataAdapter.Update() is called.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Command As SqlCommand
 

Property Value

The SqlCommand to execute when System.Data.Common.DbDataAdapter.Update() is called.
See Also