C# 클래스 hoTools.Utils.SQL.SqlTemplate

Templates to insert into SQL: - Template Text - Template Name - Template ToolTip
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools 1 사용 예제들

공개 메소드들

메소드 설명
SqlTemplate ( string templateName, string templateText, string toolTip ) : System

Constructor SQL Template with the resource as Text

SqlTemplate ( string templateName, string templateText, string toolTip, bool isResource ) : System

Constructor SQL Template with the resource as Resource name

메소드 상세

SqlTemplate() 공개 메소드

Constructor SQL Template with the resource as Text
public SqlTemplate ( string templateName, string templateText, string toolTip ) : System
templateName string
templateText string
toolTip string
리턴 System

SqlTemplate() 공개 메소드

Constructor SQL Template with the resource as Resource name
public SqlTemplate ( string templateName, string templateText, string toolTip, bool isResource ) : System
templateName string
templateText string
toolTip string
isResource bool
리턴 System