Click or drag to resize

Index Class

Use only with IOptimizedPersistable See http://www.velocitydb.com/UserGuide.aspx#_Toc430849968
Inheritance Hierarchy

Namespace:  VelocityDb.Indexing
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public sealed class Index : Attribute

The Index type exposes the following members.

Constructors
  NameDescription
Public methodIndex
Index by default field which is Id
Public methodIndex(String)
Create index by one or more field names separated by comma. First field is used first in lookups then when there is multiple matches, field 2 is used and so on.
Top
Properties
  NameDescription
Public propertyFieldNames
Field names used by this index.
Top
See Also