IAdhocDataSourceObjects.FindById

Fore Syntax

FindById(Id:String):IAdhocDataSourceObject;

Fore.NET Syntax

FindById(Id:string):Prognoz.Platform.Interop.AdHoc.IAdhocDataSourceObject;

Parameters

Id. Identifier of searched data source.

Description

The FindById method searches for a data source by identifier.

Comments

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

See also:

IAdhocDataSourceObjects