ComponentOne DataObjects for .NET
Command Property (FetchEventArgs)

C1.Data.2 Assembly > C1.Data Namespace > FetchEventArgs Class : Command Property
For a bound or SQL-based table, the IDbCommand object containing the generated SQL SELECT statement. This argument is null for an unbound table.
Syntax
'Declaration
 
Public ReadOnly Property Command As System.Object
public System.object Command {get;}
See Also

Reference

FetchEventArgs Class
FetchEventArgs Members