ActiveReports Developer 7
GrapeCity.ActiveReports.Extensibility.Data Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.Extensibility.v7 Assembly : GrapeCity.ActiveReports.Extensibility.Data Namespace

Glossary Item Box

The GrapeCity.ActiveReports.Extensibility.Data namespace contains the types for describing the report runtime components.

Interfaces

 InterfaceDescription
InterfaceIDataParameter Represents a parameter used with an IDbCommand Interface.
InterfaceIDataParameterCollection Represents a collection of IDataParameter objects.
InterfaceIDataProviderService Exposes the services that can be used by data providers.
InterfaceIDataReader Provides a means of reading a forward-only result set.
InterfaceIDataRecord Provides access to the fields of a single record.
InterfaceIDbCommand Represents a statement executed while connected to a data source.
InterfaceIDbCommandExtension This is an optional interface implemented by classes that implement IDbCommand Interface. Use it to provide additional information about a command.
InterfaceIDbConnection Represents a connection to a data source.
InterfaceIDbConnectionExtension Defines additional credential settings that can be supported by an IDbConnection-derived type.
InterfaceIDbTransaction Represents a transaction to be performed on a data source.
InterfaceIDbTransactionExtension Defines additional settings that can be supported by an IDbTransaction-derived type.

Enumerations

 EnumerationDescription
EnumerationCommandBehavior Specifies the kind of results an IDbCommand Interface returns. 
EnumerationCommandType Specifies how a command's CommandText Property is interpreted.

See Also