C# Class UserDefinedFunctions.StringifiedRow, J-SQL

A structure for organizing stringified rows of JSON
Afficher le fichier Open project: jgcoding/J-SQL

Méthodes publiques

Свойство Type Description
ItemID System.Guid
Json String

Méthodes publiques

Méthode Description
Load ( System.Guid id, String json ) : void

Method Details

Load() public méthode

public Load ( System.Guid id, String json ) : void
id System.Guid
json String
Résultat void

Property Details

ItemID public_oe property

public Guid,System ItemID
Résultat System.Guid

Json public_oe property

public String Json
Résultat String