DataObject class is also the basic-class of business data class generated for developers.
DataObject class supports the following properties and methods (for more detail of the class information refers to "NObject Help"):
|
method |
description |
|
public bool Save |
Save this object |
|
public bool Reset |
Reset to the data saved last time |
public bool Refresh |
Refresh the data from database |
public bool Delete |
Delete this object |
Related Topics