combit List & Label 30 - .NET Help
combit.Reporting.DataProviders Namespace / OdbcConnectionDataProvider Class
Properties Methods Events

OdbcConnectionDataProvider Class Members

The following tables list the members exposed by OdbcConnectionDataProvider.

Public Constructors
 NameDescription
Public ConstructorOverloaded. 

Creates a data provider for ODBC sources based on an existing OdbcConnection.

 
Top
Public Properties
 NameDescription
Public Property (Inherited from combit.Reporting.DataProviders.DbConnectionDataProvider)
Public Property

Format string which should be used to format table names in generated queries, e.g. "[{0}]" to reference the table 'TABLE1' as [TABLE1].

 
Public PropertyGets or sets if the select statements should be adapted at print time to select only those fields actually required by the project. For performance reasons, this property should normally be left at it's default true. (Inherited from combit.Reporting.DataProviders.DbConnectionDataProvider)
Public Property  
Public Property

If the property is set to true, the table name is prefixed with the schema name. (Default: false)

 
Public Property (Inherited from combit.Reporting.DataProviders.DbConnectionDataProvider)
Public Property

Gets or sets the element types that are offered in the Designer. (Default: Table | View from DbConnectionElementTypes)

 
Public PropertyGets or sets if the provider should support the GetParentRow Method. While doing so is the default, the Designer performance and experience for large databases with many fields and tables can be improved considerably by setting it to false. (Inherited from combit.Reporting.DataProviders.DbConnectionDataProvider)
Public PropertyOverridden. 

If the property is true, an attempt is made to filter directly in the ODBC driver. (Default: false)

 
Public PropertyA provider can display if any base table is allowed in the Designer or if the hierarchy of data sources has to be maintained. (Default: False) (Inherited from combit.Reporting.DataProviders.DbConnectionDataProvider)
Public PropertyGets or sets if the provider should support the SetSortOrder Method. With this property set to default (true), an ascending and descending sorting for all fields will be offered. If you want to prevent the user from sorting (and save server load by not having to sort select results), set this property to false. (Inherited from combit.Reporting.DataProviders.DbConnectionDataProvider)
Top
Public Methods
Public Events
 NameDescription
Public Event (Inherited from combit.Reporting.DataProviders.DbConnectionDataProvider)
Public Event

If the used ODBC driver's schema data doesn't contain full information about the available relations, use this event to add them manually.

 
Public Event (Inherited from combit.Reporting.DataProviders.DbConnectionDataProvider)
Public Event (Inherited from combit.Reporting.DataProviders.DbConnectionDataProvider)
Public Event (Inherited from combit.Reporting.DataProviders.DbConnectionDataProvider)
Public Event (Inherited from combit.Reporting.DataProviders.DbConnectionDataProvider)
Top
See Also