IMsDimIterateByDataStubs.FindByKey

Fore Syntax

FindByKey(Key: Integer): IMsDimIterateByDataStub;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.Ms.IMsDimIterateByDataStub;

Parameters

Key. Key of searched data source.

Description

The FindByKey method searches source with specified key.

Comments

If data source with the specified key is not found, the method returns Null.

See also:

IMsDimIterateByDataStubs