dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSqlStatement Class / Execute Method

On this page
    Execute Method (OracleSqlStatement)
    On this page
    Executes the statement.
    Executes the statement.
    Syntax
    'Declaration
     
    Public Shadows Function Execute() As OracleDataReader
    public new OracleDataReader Execute()

    Return Value

    An OracleDataReader to store result set.
    See Also