| Icon | Member | Description |
|---|---|---|
| DataObject()()() |
Create a new object which has a insert context
The 'context' is determined by the initialisation of the object
if you initialise without a GUID then the object doesn't map to
a row and therefore will require data properties set.
Setting the ID property of a DataObject will not change load, save or delete.
it is actually just passive READ ONLY.
| |
| DataObject(Guid) |
Create an object from a database lookup - has an update context
| |
| DataObject(Guid, Boolean) | ||
| DataObject(DOCollection%, Int32) | ||
| DataObject(DataRow) | ||
| DataObject(DataRow, array<DOSelection>[]()[]) |