Click or drag to resize

InitMode Fields

The InitMode type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAttachToRow
Domain object data is attached to an existing buffer row
Public fieldStatic memberById
Domain object is lazy initialized with Id
Public fieldStatic memberGhost
The domain object is ghost, e.g. coming from null reference. All attributes are null and all references return ghosts
Public fieldStatic memberNew
The domain object is created for new object
Public fieldvalue__
Top
See Also