Chili.Opf3 Send comments on this topic.
StorageBase Class Methods
See Also 
Chili.Opf3.Storages Namespace : StorageBase Class


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

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodExecuteCommandExecutes a command on the storage that does not expect any results.  
Public MethodGeneric ExecuteReader Executes the IQuery and returns an ObjectReader with the results of the query.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodResolveStorageNullValueAttention: This method is not intended to be used in your code.

Handles the DBNull value for the given type.  

Top

Protected Methods

 NameDescription
Protected MethodGeneric CreateObjectReader Creates a new instance of the ObjectReader Class.  
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Top

See Also