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

On this page
    OracleJson Constructor(String)
    On this page
    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