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

Comments

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

See also:

IMsDimIterateByDataStubs