Table of Contents

Class IndexFinderItem

Namespace
DevExpress.Xpo.DB.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class IndexFinderItem
Inheritance
IndexFinderItem
Inherited Members

Constructors

IndexFinderItem(InMemoryColumn, object, bool)

public IndexFinderItem(InMemoryColumn column, object value, bool valueIsQueryOperand)

Parameters

column InMemoryColumn
value object
valueIsQueryOperand bool

Fields

Column

public readonly InMemoryColumn Column

Field Value

InMemoryColumn

Value

public readonly object Value

Field Value

object

ValueIsQueryOperand

public readonly bool ValueIsQueryOperand

Field Value

bool

Methods

ToString()

public override string ToString()

Returns

string