Table of Contents

Class InMemoryIndexWrapper

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

Properties

Columns

public ReadOnlyCollection<InMemoryColumn> Columns { get; }

Property Value

ReadOnlyCollection<InMemoryColumn>

Name

public string Name { get; }

Property Value

string

Unique

public bool Unique { get; }

Property Value

bool

Methods

Find(object[], bool)

public InMemoryRow[] Find(object[] values, bool returnDeleted)

Parameters

values object[]
returnDeleted bool

Returns

InMemoryRow[]