Skip to content

DbGateList class

Represents the list of DbGate objects

public class Korzh.EasyQuery.Db.DbGateList
: Collection<DbGate>, IList<DbGate>, ICollection<DbGate>, IEnumerable<DbGate>, IEnumerable, IList, ICollection, IReadOnlyList<DbGate>, IReadOnlyCollection<DbGate>

Properties

TypeNameDescription
DbGateItemGets or sets the Korzh.EasyQuery.Db.DbGate with the specified name.

Methods

TypeNameDescription
DbGateFind(String className, String version)Finds the specified Korzh.EasyQuery.Db.DbGate object by its class name and version number
DbGateFindByName(String name, String version)Finds the specified Korzh.EasyQuery.Db.DbGate object by its name and version number