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
Section titled “Properties”Type | Name | Description |
---|---|---|
DbGate | Item | Gets or sets the Korzh.EasyQuery.Db.DbGate with the specified name. |
Methods
Section titled “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 |