Contains common classes, enumerations, attributes ORM and exceptions that are needed for the library.
Classes
| Class | Description | |
|---|---|---|
| ColumnAttribute |
Attribute indicates that the property implements a table field.
| |
| ConnectionStringNullException |
An exception occurs if the connection string to the database is not specified.
| |
| DataChangeInfo |
Provides information about changes to the data.
| |
| DataChangeInfoCollection |
Collection of information about the data change.
| |
| DataChangeLogger |
The base class for log.
| |
| DataObjectCollection T |
Collection of database entities.
| |
| DuplicateTableNameException |
An exception occurs if the database already has a table with the specified name.
| |
| MoreThanOnePrimaryKeyException |
An exception occurs if in the class found more than one property with the flag PrimaryKey.
| |
| NoPrimaryKeyOrUniqueFieldsException |
An exception occurs if the class could not find any properties with flags PrimaryKey or Unique.
| |
| NoTableAttributeException |
An exception occurs if a class that implements the database table attribute is missing TableAttribute.
| |
| StringOrBinaryDataWouldBeTruncatedException |
This exception occurs if some of the fields of the table are added values which exceed the allowable size of the fields in the table.
| |
| TableAttribute |
Indicates that the class implements database table.
| |
| TableNameNullException |
An exception occurs if the attribute TableAttribute is not specified table name (TableName).
| |
| ValueForIdentityException |
This exception occurs if the key property is no flag Identity while the corresponding field in the table is a numeric counter.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| CachingType |
Enumeration methods of caching query results to a database.
| |
| ColumnAttributeFlags |
List of flags that determine the interpretation properties when used in working with the data source.
| |
| ColumnDefaultValues |
List of dynamic values.
| |
| ConnectionMode |
Mode connect to the database.
| |
| OrderBy |
List sorting options.
| |
| SqlServerEditionIDs |
List of editorial SQL Server.
| |
| SqlServerEngineEditionList |
List of editions SQL Server.
| |
| SqlServerProperties |
List of properties of the instance SQL Server.
| |
| TypeCommand |
List of commands types.
|