Click or drag to resize

ValueIndexItem Class

A factory class for creating IValueIndexItem instances
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryValueIndexItem

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static class ValueIndexItem

The ValueIndexItem type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExpression
Creates a value index item based on a given IExpression
Public methodStatic memberProperty
Creates a value index item based on a given property path
Top
See Also