dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleString Structure
Members

In This Topic
    OracleString Structure
    In This Topic
    Represents a variable-length stream of characters to be stored in or retrieved from the database.
    Syntax
    Remarks
    Corresponds to Oracle CHAR, NCHAR, VARCHAR, NVARCHAR, LONG, and ROWID data types. To obtain an OracleString object call the OracleDataReader.GetOracleString method of the OracleDataReader class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Devart.Data.Oracle.OracleString

    See Also