dotConnect for Oracle Documentation
Devart.Common Namespace / SqlStatement Class
Properties Methods

SqlStatement Class Members

The following tables list the members exposed by SqlStatement.

Public Properties
 NameDescription
Public PropertyGets length of the statement in symbols.  
Public PropertyGets number of line in the whole script where the statement can be located.  
Public PropertyGets position of the statement in its line.  
Public PropertyGets offset of the statement in the whole script text.  
Public PropertyGets type of the statement.  
Public PropertyGets SQL statement to be executed.  
Top
Public Methods
 NameDescription
Public MethodExecutes the statement and returns result set.  
Public MethodExecutes the statement.  
Top
See Also