Chili.Opf3 Send comments on this topic.
ObjectExpression Class Members
See Also  Properties  Methods 
Chili.Opf3.Query Namespace : ObjectExpression Class


The following tables list the members exposed by ObjectExpression.

Public Properties

 NameDescription
Public PropertyItems Returns the ObjectExpressionItems (conditions, sort options, joins, brackets, comparer, concats, ...) of the ObjectExpression.  
Public PropertyPersistentAttributes 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.  
Public PropertyQueryType Returns the QueryType of the ObjectExpression. (Inherited from Expression)
Public PropertyTimeout Specifies the wait time before terminating the attempt to execute a command and generating an error. (Inherited from Expression)
Public PropertyTypeMapping Returns the primary TypeMapping associated with the ObjectExpression.  
Top

Public Methods

 NameDescription
Public MethodToCompiledQuery 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)
Top

See Also