dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure / Explicit Type Conversion Operator / Explicit Type Conversion(OracleBoolean,Int16) Operator
The System.Int16 to be converted.

In This Topic
    Explicit Type Conversion(OracleBoolean,Int16) Operator
    In This Topic
    Converts the System.Int16 parameter to the OracleBoolean.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal x As Short _
    ) As OracleBoolean
    public OracleBoolean operator explicit( 
       short x
    )

    Parameters

    x
    The System.Int16 to be converted.

    Return Value

    An OracleBoolean structure.
    See Also