Table of Contents

Class LocatorResult

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Result of a locator resolution operation.

public class LocatorResult
Inheritance
LocatorResult
Inherited Members
Extension Methods

Constructors

LocatorResult()

Constructor.

public LocatorResult()

Properties

Count

Gets the result count.

public int Count { get; }

Property Value

int

HasError

Gets true when the result is an error.

public bool HasError { get; }

Property Value

bool

HasMultipleResults

Gets true when the result has multiple rows.

public bool HasMultipleResults { get; }

Property Value

bool

HasSingleResult

Gets true when the result has a single row.

public bool HasSingleResult { get; }

Property Value

bool

HasTooManyResults

Gets true when the result is too broad.

public bool HasTooManyResults { get; }

Property Value

bool

ListKind

Gets the kind of result list returned by the operation.

public LocatorResultListKind ListKind { get; }

Property Value

LocatorResultListKind

Message

Gets or sets a message related to the result.

public string Message { get; set; }

Property Value

string

ObjectList

Gets or sets the object result list.

public IList ObjectList { get; set; }

Property Value

IList

Status

Gets or sets the result status.

public LocatorResultStatus Status { get; set; }

Property Value

LocatorResultStatus

Table

Gets or sets the result table.

public MemTable Table { get; set; }

Property Value

MemTable

View

Gets the result table view.

public DataView View { get; }

Property Value

DataView