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


The following tables list the members exposed by IPersistentQueriesProvider.

Public Properties

 NameDescription
 PropertyPersistentType Gets the type of the persistent object.  
Top

Public Methods

 NameDescription
 MethodGetDeleteQuery Creates and returns a query for the persistent's delete operation; or null if the query generated by the framework should be used.  
 MethodGetInsertQuery Creates and returns a query for the persistent's insert operation; or null if the query generated by the framework should be used.  
 MethodGetUpdateQuery Creates and returns a query for the persistent's update operation; or null if the query generated by the framework should be used.  
Top

See Also