Skip to main content

dbgatelist-class

Represents the list of DbGate objects

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

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
DbGateList()void

Properties

NameTypeDescription
ItemDbGateGets or sets the Korzh.EasyQuery.Db.DbGate with the specified name.

Methods

NameTypeDescription
Find(string className, string version)DbGateFinds the specified Korzh.EasyQuery.Db.DbGate object by its class name and version number
FindByName(string name, string version)DbGateFinds the specified Korzh.EasyQuery.Db.DbGate object by its name and version number