Skip to content

TableStore class

Represetns storage of tables.

public class Korzh.EasyQuery.Db.TableStore
: TableList, IList<Table>, ICollection<Table>, IEnumerable<Table>, IEnumerable, IList, ICollection, IReadOnlyList<Table>, IReadOnlyCollection<Table>
TypeNameDescription
voidClearItems()Removes all elements from the System.Collections.ObjectModel.Collection.
voidReadFromJson(JsonReader reader)Reads the list of tables from JSON.
TaskReadFromJsonAsync(JsonReader reader)Reads the list of tables from JSON (asynchronous way).
voidRemoveItem(Int32 index)Removes the element at the specified index of the System.Collections.ObjectModel.Collection'1.
voidWriteToJson(JsonWriter writer)Writes the list of tables to JSON.
TaskWriteToJsonAsync(JsonWriter writer)Writes the list of tables to JSON (asynchronous way).