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

ExecuteDbCommandEventArgs Class Properties

For a list of all members of this type, see ExecuteDbCommandEventArgs members.

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