Table of Contents

Class LocatorRequest

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Request for a locator resolution operation.

public class LocatorRequest
Inheritance
LocatorRequest
Inherited Members
Extension Methods

Constructors

LocatorRequest()

Constructor.

public LocatorRequest()

Properties

Context

Gets or sets the locator context.

public LocatorContext Context { get; set; }

Property Value

LocatorContext

IsMultiRow

Gets or sets a value indicating whether the request is for a multi-row locator.

public bool IsMultiRow { get; set; }

Property Value

bool

KeyValue

Gets or sets the key value to resolve.

When specified, the locator resolves by exact key and ignores SearchTerm.

public object KeyValue { get; set; }

Property Value

object

SearchField

Gets or sets the search field.

public string SearchField { get; set; }

Property Value

string

SearchTerm

Gets or sets the search term.

public string SearchTerm { get; set; }

Property Value

string