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

In This Topic
    ExecuteDbCommandEventArgs Class Properties
    In This Topic

    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