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


The following tables list the members exposed by SqlQuery.

Public Constructors

 NameDescription
Public ConstructorSqlQuery ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCommandType Gets or sets the command type of the SqlQuery.  
Public PropertyQueryType Returns the QueryType of the SqlQuery.  
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