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 for a data source with the specified key.

Comments

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

See also:

IMsDimIterateByDataStubs