combit List & Label 30 - .NET Help
combit.Reporting.DataProviders Namespace / ExecuteDbCommandEventArgs Class
Properties

ExecuteDbCommandEventArgs Class Members

The following tables list the members exposed by ExecuteDbCommandEventArgs.

Public Constructors
Public Properties
 NameDescription
Public Property

The IDbCommand instance which is to be executed on the database. You can e.g. edit the SQL statement or change the parameter values.

 
Public Property

A record limit that might be set (e.g. 1 when opening the Designer, 5 when drawing a crosstab preview etc.). If you modify the query, you could use this to optimize performance.

 
Public Property

The table name for the command in the Designer.

 
Top
See Also