dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleParameter Class / OracleDbType Property

In This Topic
    OracleDbType Property (OracleParameter)
    In This Topic
    Gets or sets the OracleDbType of the parameter.
    Syntax
    'Declaration
     
    Public Property OracleDbType As OracleDbType
    public OracleDbType OracleDbType {get; set;}

    Property Value

    A OracleDbType value that is the OracleDbType of the parameter.
    Remarks
    The OracleDbType and DbType are linked. Therefore, setting the DbType changes the OracleDbType to a supporting OracleDbType.

    For a list of the supported data types, see the appropriate OracleDbType member. For more information, see "Using Parameters with a DataAdapter" in the Microsoft .NET Framework SDK documentation.

    See Also