IDbDrivers.FindById

Syntax

FindById(Id: String): IDbDriver;

Parameters

Id - index of the driver, by which the search will be executed.

Description

The FindById method searches and returns information about the DBMS driver, which identifier is passed by the Id parameter. If the driver with the specified identifier is not found, the method returns Null.

See also:

IDbDrivers