The following tables list the members exposed by ObjectExpression.
| Name | Description | |
|---|---|---|
| Items | Returns the ObjectExpressionItems (conditions, sort options, joins, brackets, comparer, concats, ...) of the ObjectExpression. | |
| PersistentAttributes | Returns a list of PersistentAttributes of the ObjectExpression. The attribute is the attribute from the entity that is requested from the storage and it is used to compiled the ObjectExpression to a CompildQuery. | |
| 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) | |
| TypeMapping | Returns the primary TypeMapping associated with the ObjectExpression. |
| 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) |