DbGateList class

Represents the list of DbGate objects

public class Korzh.EasyQuery.Db.DbGateList
    : Collection<DbGate>

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

Constructors

Name Type Description
DbGateList() void

Properties

Name Type Description
Item DbGate Gets or sets the Korzh.EasyQuery.Db.DbGate with the specified name.

Methods

Name Type Description
Find(string className, string version) DbGate Finds the specified Korzh.EasyQuery.Db.DbGate object by its class name and version number
FindByName(string name, string version) DbGate Finds the specified Korzh.EasyQuery.Db.DbGate object by its name and version number