ComponentOne DataObjects for .NET
SelectCommand Property

C1.Data.2 Assembly > C1.Data Namespace > RowUpdateEventArgs Class : SelectCommand Property
For a modified and added row, the object representing the SQL SELELCT command used to refresh the row with database values after the row has been committed to the database.
Syntax
'Declaration
 
Public Property SelectCommand As System.Object
public System.object SelectCommand {get; set;}
See Also

Reference

RowUpdateEventArgs Class
RowUpdateEventArgs Members