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

In This Topic
DbCommandSetDataProvider Class Events
In This Topic

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

Public Events
 NameDescription
Public EventThis event allows to edit the DbCommand before it is executed on the database.  
Public Event

This event can be used to override the default filter syntax translation. It is called before the filter gets translated by List & Label. If the Result property is set to null, the default translation will be carried out. Otherwise, the result will be used as translation. See also IAdvancedFiltering Interface.

 
Top
See Also