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
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
DbGateList() | void |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
Item | DbGate | Gets or sets the Korzh.EasyQuery.Db.DbGate with the specified name. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
Find(string className, string version) | DbGate | Finds the specified Korzh.EasyQuery.Db.DbGate object by its class name and version number |
FindByName(string name, string version) | DbGate | Finds the specified Korzh.EasyQuery.Db.DbGate object by its name and version number |