Skip to content

LinkStore class

Represetns storage of links.

public class Korzh.EasyQuery.Db.LinkStore
: TableLinkList, IList<TableLink>, ICollection<TableLink>, IEnumerable<TableLink>, IEnumerable, IList, ICollection, IReadOnlyList<TableLink>, IReadOnlyCollection<TableLink>
TypeNameDescription
voidClearItems()Clears the items.
voidInsertItem(Int32 index, TableLink item)Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
voidRemoveByTable(Table table)Removes all links which contain the table passed in parameter
voidRemoveItem(Int32 index)Removes the element at the specified index of the System.Collections.ObjectModel.Collection'1.