[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Data.DataProviders

GrapeCity.ActiveReports.ReportsCore.Data.DataProviders Namespace

Classes

DataParameter

Represents a parameter used with a IDbCommand.

DataProviderFactories

Supports dynamic configuration of the data providers.

ExcelSchemaProvider

MssqlSchemaProvider

Db Schema provider for Microsoft Sql Client data provider

MySQLSchemaProvider

Db Schema provider for MySQL data provider

OleDbSchemaProvider

Schema for Microsoft Oledb provider

OracleSchemaProvider

Db Schema provider for Oracle Provider data provider

PostgreSQLSchemaProvider

Db Schema provider for PostgreSql data provider

SQLiteSchemaProvider

Db Schema provider for SQLite data provider

Structs

MssqlSchemaProvider.ColumnData

Represents the schema data for the column.

MssqlSchemaProvider.ForeignKeyData

Represents the schema data for the foreign key.

MssqlSchemaProvider.ForeignKeyData.Relation

Defines foreign key relation between two columns.

MssqlSchemaProvider.TableData

Represents the schema data for the table.

PostgreSQLSchemaProvider.ColumnData

Represents the schema data for the column.

PostgreSQLSchemaProvider.ForeignKeyData

Represents the schema data for the foreign key.

PostgreSQLSchemaProvider.ForeignKeyData.Relation

Defines foreign key relation between two columns.

PostgreSQLSchemaProvider.TableData

Represents the schema data for the table.

Enums

MssqlSchemaProvider.ColumnData.Constraint

MssqlSchemaProvider.DbTableType

Indicates the type of a table.

PostgreSQLSchemaProvider.ColumnData.Constraint

PostgreSQLSchemaProvider.DbTableType

Indicates the type of a table.