dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleJson Structure / Length Property

On this page
    Length Property (OracleJson)
    On this page
    Gets the length of the string that is stored in the specified OracleJson structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Length As Integer
    public int Length {get;}

    Property Value

    The length of the string.
    Remarks
    Check the IsNull property before reading the Length property to avoid raising an exception.
    See Also