C# Class hoTools.Utils.SQL.SqlTemplate

Templates to insert into SQL: - Template Text - Template Name - Template ToolTip
Datei anzeigen Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Public Methods

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

Method Details

SqlTemplate() public method

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

SqlTemplate() public method

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