Chili.Opf3 Send comments on this topic.
FetchingStorageRecordEventArgs Class Members
See Also  Properties 
Chili.Opf3 Namespace : FetchingStorageRecordEventArgs Class


The following tables list the members exposed by FetchingStorageRecordEventArgs.

Public Properties

 NameDescription
Public PropertyDataRecord Returns the current IDataRecord representing the current row or item of the storage.  
Public PropertyIgnore Specifies whether to ignore the current row or item of the storage. Ignoring the current means that no persistent object is created and the framework tries to process the next item.  
Public PropertyType Specifies the type of the persistent object that is created.  
Top

See Also