C# 클래스 hoTools.Utils.Extension.EaExtensionClass

Extension Methods for EA Repository
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 메소드들

메소드 설명
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