IRdsLoaderBindings.FindById

Syntax

FindById(Id: String): IRdsBaseBinding;

Parameters

Id. Binding identifier.

Description

The FindById method find binding by the identifier passed in the Id parameter.

Comments

This method returns binding parameters if the search is successful, or Null if there is no binding with the specified identifier.

See also:

IRdsLoaderBindings