dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure / OracleBoolean Constructor / OracleBoolean Constructor(Boolean)
The System.Boolean value to be stored as an OracleBoolean.

In This Topic
    OracleBoolean Constructor(Boolean)
    In This Topic
    Initializes a new instance of the OracleBoolean structure with the specified System.Boolean.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Boolean _
    )
    public OracleBoolean( 
       bool value
    )

    Parameters

    value
    The System.Boolean value to be stored as an OracleBoolean.
    See Also