The following tables list the members exposed by IStorage.
| Name | Description | |
|---|---|---|
| StorageCommandBuilders | 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. |
| Name | Description | |
|---|---|---|
| ExecuteCommand | 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. | |
| Generic ExecuteReader | Executes and compiles the IQuery and returns an ObjectReader with the resultsset. | |
| ResolveStorageNullValue | Handles the DBNull value for the given type. |