Table of Contents

Class SqlFn.JsonData

Namespace
LinqToDB.DataProvider.SqlServer
Assembly
linq2db.dll
public record SqlFn.JsonData : IEquatable<SqlFn.JsonData>
Inheritance
SqlFn.JsonData
Implements
Extension Methods

Properties

Key

[Column("key")]
public string? Key { get; set; }

Property Value

string

Type

[Column("type")]
public int? Type { get; set; }

Property Value

int?

Value

[Column("value")]
public string? Value { get; set; }

Property Value

string