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


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

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