IMsDimIterateByDataStubs.FindById

Fore Syntax

FindById(Id: String): IMsDimIterateByDataStub;

Fore.NET Syntax

FindById(Id: string): Prognoz.Platform.Interop.Ms.IMsDimIterateByDataStub;

Parameters

Id. Identifier of searched data source.

Description

The FindById methods searches data source with specified identifier.

Comments

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

See also:

IMsDimIterateByDataStubs