IMatrixQueryResult.FindByKey

Fore Syntax

FindByKey(Key: Integer): IBitArray;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.ForeCollections.BitArray;

Parameters

Key. Array key.

Description

The FindByKey method searches for dynamic bit array by the key.

Fore and Fore.NET Examples

The property use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQueryResult