DomainObjects Class Library |
|
DomainObjects.Facade.Command.Expression Namespace
The DomainObjects.Facade.Command.Expression namespace provides classes that help you define SQL statement expressions in terms of the domain model.
Namespace hierarchy
Classes
Class |
Description |
ColumnField
|
A field member of a persistable object that maps to a database column. |
Constant
|
A single, specific data value. |
Field
|
A field in the object model that contains or returns a scalar value. |
FieldValue
|
An object that represents the value of a field in the object model. |
Null
|
A field that represents an null value in the database. Translates into the SQL string NULL . |
Interfaces
Interface |
Description |
IClassContainer
|
Defines methods for those types that hold a reference to a Class. |