IDbDrivers.FindById

Syntax

FindById(Id: String): IDbDriver;

Parameters

Id is index of the driver, by which the search will be performed.

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 isn't found, the method returns Null.

See also:

IDbDrivers