Chili.Opf3 Send comments on this topic.
Expression Class Methods
See Also 
Chili.Opf3.Query Namespace : Expression Class


For a list of all members of this type, see Expression members.

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateLoadExpression Creates and returns an Expression that is used to load an instance of the given persistent object.  
Public Methodstatic (Shared in Visual Basic)CreatePersistExpression Creates and returns an Expression that is used to do a persist of a persistent object.  
Public MethodToCompiledQuery Compiles the ObjectExpression to a CompiledQuery. Compiled Queries can only be executed on the type of storage they have been compiled for.  
Top

See Also