Skip to content

TableStore class

Represetns storage of tables.

public class Korzh.EasyQuery.Db.TableStore
: TableList

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

NameTypeDescription
TableStore(DbModel model)voidInitializes a new instance of the TablesStorage class.
NameTypeDescription
ClearItems()voidRemoves all elements from the System.Collections.ObjectModel.Collection.
InsertItem(int index, Table item)voidInserts an element into the at the specified index.
ReadFromJsonAsync(JsonReader reader)TaskReads the list of tables from JSON (asynchronous way).
RemoveItem(int index)voidRemoves the element at the specified index of the System.Collections.ObjectModel.Collection'1.
WriteToJsonAsync(JsonWriter writer)TaskWrites the list of tables to JSON (asynchronous way).