nuget server logo nuget api documents
↑

API Docs / JSql / TableIndexSet

TableIndexSet

Full name JSql.Indexing.TableIndexSet Assembly JSql Members 6

01 Syntax

JSql.Indexing.TableIndexSet

02 Methods

NameOverloadsSummary
FindByName 1
FindByColumn 1

03 Properties

NameOverloadsSummary
Archives 1 the archived index data of each column, used to restore the search index from disk instead of re-indexing the whole table on every startup.
Database 1
Table 1
Indexes 1

04 Members

property Archives #
Archives

the archived index data of each column, used to restore the search index from disk instead of re-indexing the whole table on every startup.

property Database #
Database
property Table #
Table
property Indexes #
Indexes
method FindByName #
FindByName(String)
method FindByColumn #
FindByColumn(String, IndexKind)