The following tables list the members exposed by PersistentObjectExpression.
| Name | Description | |
|---|---|---|
| Persistent | Returns the object managed by the expression. | |
| QueryType | Returns the QueryType of the ObjectExpression. (Inherited from Expression) | |
| Timeout | Specifies the wait time before terminating the attempt to execute a command and generating an error. (Inherited from Expression) |
| Name | Description | |
|---|---|---|
| ToCompiledQuery | Compiles the ObjectExpression to a CompiledQuery. Compiled Queries can only be executed on the type of storage they have been compiled for. (Inherited from Expression) |