C# Class hoTools.Utils.Extension.EaExtensionClass

Extension Methods for EA Repository
ファイルを表示 Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

Method Description
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.

Method Details

GetConnectorsBySql() public static method

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
return List

GetStringsBySql() public static method

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
return List