Chili.Opf3 Send comments on this topic.
Generic ObjectReader Class Properties
See Also 
Chili.Opf3 Namespace : Generic ObjectReader Class


For a list of all members of this type, see Generic ObjectReader members.

Public Properties

 NameDescription
Public PropertyCurrent Returns the current object. Before accessing this property call at least one time the Read method.  
Public PropertyFinishedReading Returns if the ObjectReader has finished reading. Is true after Read returned false.  
Public PropertyHasObjects Returns whether the ObjectReader contains one or more rows.  
Public PropertyIsClosed Indicates whether the ObjectReader has been closed.  
Top

Protected Properties

 NameDescription
Protected PropertyContext Returns the associated instance of the ObjectContext class.  
Top

See Also