C# Класс hoTools.Utils.SQL.SqlTemplate

Templates to insert into SQL: - Template Text - Template Name - Template ToolTip
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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