InitMode Fields |
The InitMode type exposes the following members.
| Name | Description | |
|---|---|---|
| AttachToRow |
Domain object data is attached to an existing buffer row
| |
| ById |
Domain object is lazy initialized with Id
| |
| Ghost |
The domain object is ghost, e.g. coming from null reference. All attributes are null and all references return ghosts
| |
| New |
The domain object is created for new object
| |
| value__ |