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
Methods
Type |
Name |
Description |
DbGate |
Find(String className, String version) |
Finds the specified Korzh.EasyQuery.Db.DbGate object by its class name and version number |
DbGate |
FindByName(String name, String version) |
Finds the specified Korzh.EasyQuery.Db.DbGate object by its name and version number |