Colygon.MatchPoint.EntityModel.Configuration Namespace |
Class | Description | |
---|---|---|
BaseRelation |
Base class for all relation types that can be configured within an entity model.
| |
Entity | Represents an entity from a model configuration. An entity relates to an SQL database. | |
EntityPermissionConfiguration | Specifies user/group permissions for an entity model. | |
FieldAlias |
Specifies a field alias for a Entity.
| |
ManyToManyRelation | Specifies a M:N relation between two tables using a join table . | |
ManyToOneRelation | Specifies a N:1 relation between two tables. | |
ModelConfiguration |
Configuration class for a MatchPoint entity model.
Remarks This class specifies the model of an external SQL database. | |
ModelEntityConfiguration |
Specifies a model entity within a configuration file.
| |
OneToManyRelation |
Specifies a 1:N relation between two tables.
| |
RecordNotFoundException | Represents an exception that occurs if a data record (specified by the record's primary key) cannot be found. |
Enumeration | Description | |
---|---|---|
EntityPermission | Specifies a permission level for accessing data records. |