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


The following tables list the members exposed by CompiledQuery.

Public Constructors

 NameDescription
Public ConstructorCompiledQuery Constructor Creates a new instance of the CompiledQuery Class.

Attention: Don't create a CompiledQuery in your application. This constructor is only required for some storage classes. Use ToCompiledQuery instead.  

Top

Public Properties

 NameDescription
Public PropertyAutoNumberItems Specifies the autonumber collection that contains the properties and FieldAttributes of the persistent object that is represented by this query.  
Public PropertyCommand Returns the storage specific command associated with the CompiledQuery.  
Public PropertyQueryType Returns the QueryType of the CompiledQuery.  
Public PropertyTimeout Specifies the wait time before terminating the attempt to execute a command and generating an error.  
Top

Public Methods

 NameDescription
Public MethodToCompiledQuery Converts the IQuery to an CompiledQuery that is then executed on a specific storage.  
Top

See Also