C# Класс hoTools.Utils.Extension.EaExtensionClass

Extension Methods for EA Repository
Показать файл Открыть проект

Открытые методы

Метод Описание
GetConnectorsBySql ( this rep, string sql ) : List

Returns a list of connectors. The query has to select ea_guid (the only column) of the needed connectors.

GetStringsBySql ( this rep, string sql ) : List

Returns a list of strings of the query with one column.

Описание методов

GetConnectorsBySql() публичный статический Метод

Returns a list of connectors. The query has to select ea_guid (the only column) of the needed connectors.
public static GetConnectorsBySql ( this rep, string sql ) : List
rep this
sql string SQL which select ea_guid
Результат List

GetStringsBySql() публичный статический Метод

Returns a list of strings of the query with one column.
public static GetStringsBySql ( this rep, string sql ) : List
rep this
sql string SQL which one column
Результат List