IDbDrivers.FindById

Syntax

FindById(Id: String): IDbDriver;

Parameters

Id. Identifier of the driver, by which search is executed.

Description

The FindById method searches for and returns information about the DBMS driver, which identifier is sent by input parameter.

Comments

If driver with the specified identifier is not found, the method returns Null.

See also:

IDbDrivers