FindById(Id: String): IDbDriver;
Id is index of the driver, by which the search will be performed.
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: