Chili.Opf3 Send comments on this topic.
IStorage Interface Methods
See Also 
Chili.Opf3.Storages Namespace : IStorage Interface


For a list of all members of this type, see IStorage members.

Public Methods

 NameDescription
 MethodExecuteCommand Executes a command on the storage that does not expect any results. It the method returns an argument it is used by the framework to set the AutoNumber property of the persistent object.  
 MethodGeneric ExecuteReader Executes and compiles the IQuery and returns an ObjectReader with the resultsset.  
 MethodResolveStorageNullValue Handles the DBNull value for the given type.  
Top

See Also