Skip to content

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

NameTypeDescription
DbGateList()void
NameTypeDescription
ItemDbGateGets or sets the Korzh.EasyQuery.Db.DbGate with the specified name.
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