dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleJson Structure / OracleJson Constructor / OracleJson Constructor(String)
The specified string.

In This Topic
    OracleJson Constructor(String)
    In This Topic
    Initializes a new instance of the OracleJson structure, setting the Value property to the specified string.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As String _
    )
    public OracleJson( 
       string value
    )

    Parameters

    value
    The specified string.
    See Also