Class | Description | |
---|---|---|
![]() | CollectionBase<TItem> | Represents the base class for a collection of Entity elements. |
![]() | CollectionDictionaryBase<TItem> | Provides the base class for a collection-dictionary of Entity elements. |
![]() | ConnectionException | Represents the exception that is thrown when the connection to the database fails. |
![]() | Entity | Represents the base class for a database entity such as table, view, procedure. |
![]() | EntityEventArgs<T> | A generic class that provides data for schema events. Events that provides data via this class support cancelation. |
![]() | ErrorRepositoryBase | The base class for storing and logging errors. |
![]() | KeyedCollectionBase<TKey,TItem> | Provides the base class for collection of elements the key of which is embedded in the element. |
![]() | LicenseException | Represents an exception that is thrown when license validation fails. |
![]() | OperationMessage | Provides the descriptive message for a schema event. |
![]() | OperationMessageCollection | Represents a collection of OperationMessage elements. |
![]() | SchemaOperationEventArgs | Provides data for the generic event that is raised during the schema read operations. |
![]() | SnapshotException | Represents the exception that is thrown when working with database snapshots. |
![]() | SnapshotOperationEventArgs | Provides data to the event that is raised when the database snapshot is created. |
![]() | UnsupportedVersionException | Represents the exception that is thrown when the database version is not supported by the API. |
Interface | Description | |
---|---|---|
![]() | IKeyedEntity<T> | Exposes the key for a class that intends to use the KeyedCollectionBase<TKey,TItem> dictionary. |
Enumeration | Description | |
---|---|---|
![]() | OperationMessageTypeEnum | Defines constants that specify the message type included in a schema event. The type can be used to filter out, for example, error messages. |