ConcatQueryFunction.BuildSqlText - метод Смотри также Terrasoft.Core.DB - пространство имен > ConcatQueryFunction - класс : BuildSqlText - метод C#
- sb
- The System.Text.StringBuilder instance used for creating the query text.
- dbEngine
- The instance of the builder of the database queries.
Glossary Item Box
public override void BuildSqlText( StringBuilder sb, DBEngine dbEngine )
Параметры
- sb
- The System.Text.StringBuilder instance used for creating the query text.
- dbEngine
- The instance of the builder of the database queries.
Исключение | Описание |
---|---|
Terrasoft.Common.InvalidObjectStateException | If the collection of function arguments does not contain any expressions. |