The following tables list the members exposed by IPersistentQueriesProvider.
| Name | Description | |
|---|---|---|
| PersistentType | Gets the type of the persistent object. |
| Name | Description | |
|---|---|---|
| GetDeleteQuery | Creates and returns a query for the persistent's delete operation; or null if the query generated by the framework should be used. | |
| GetInsertQuery | Creates and returns a query for the persistent's insert operation; or null if the query generated by the framework should be used. | |
| GetUpdateQuery | Creates and returns a query for the persistent's update operation; or null if the query generated by the framework should be used. |