QuickObjects.ObjectBase Send comments on this topic.
OriginalField Class Members
See Also  Properties  Methods 
Akal.QuickObjects.ObjectBase Namespace : OriginalField Class


The following tables list the members exposed by OriginalField.

Public Constructors

 NameDescription
Public ConstructorOriginalField Constructor OriginalField default constructor.  
Top

Public Properties

 NameDescription
Public PropertyIsLoaded IsLoaded is used to keep track of the status of this field i.e. if the value has already been loaded or not.  
Public PropertyIsNull IsNull is used to indicate if the field value is DBNull.  
Public PropertyValue Value property holds the original value of the field and is then used in creating concurrency checks during Update or Delete commands.  
Top

Public Methods

 NameDescription
Public MethodClear Clear method simply resets the Value, IsLoaded and IsNull properties.  
Top

See Also