dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlJson Class / Value Property

In This Topic
    Value Property (SqlJson)
    In This Topic
    Gets the serialized JSON string of this SqlJson instance.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As String
    public string Value {get;}
    See Also