dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure / ByteValue Property

In This Topic
    ByteValue Property
    In This Topic
    Gets the value of the OracleBoolean structure as a byte.
    Syntax
    'Declaration
     
    Public ReadOnly Property ByteValue As Byte
    public byte ByteValue {get;}

    Property Value

    A byte representing the OracleBoolean value.
    Remarks
    The byte value is either 0 or 1.
    See Also