DbLinkInfoList class
Represents the list of Korzh.EasyQuery.Db.DbLinkInfo objects
public class Korzh.EasyQuery.Db.DbLinkInfoList    : Collection<DbLinkInfo>Package: Korzh.EasyQuery.Db (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Section titled “Constructors”| Name | Type | Description | 
|---|---|---|
| DbLinkInfoList() | void | 
Methods
Section titled “Methods”| Name | Type | Description | 
|---|---|---|
FindByTableNames(string table1, string table2) | DbLinkInfo | Finds the link by table names. |