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


The following tables list the members exposed by IStorage.

Public Properties

 NameDescription
 PropertyStorageCommandBuilders Returns the list of registered classes that implement the IStorageCommandBuilder interfaces. Those classes provide the fuctionality to convert storage independent queries to storage dependent queries.  
Top

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