C# Класс AddinFramework.Extension.EaExtensionClass

Показать файл Открыть проект

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

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

get EA Release as string in the form: "9","10","11","12","12.1","13"

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

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

public static GetConnectorsBySql ( this rep, string sql ) : List
rep this
sql string
Результат List

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

get EA Release as string in the form: "9","10","11","12","12.1","13"
public static getRelease ( this rep ) : string
rep this
Результат string