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

In This Topic
    Execute Method (OracleSqlStatement)
    In This Topic
    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