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


The following tables list the members exposed by PersistentObjectExpression.

Public Properties

 NameDescription
Public PropertyPersistent Returns the object managed by the expression.  
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)
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