IQueryGeneratorFactoryCreate(String, IExpressionEvaluatingContext) - метод
Осуществляет создание функции генерации текста SQL-запроса
из текста представления
Пространство имён: Tessa.Views.Parser.SyntaxTree.ExpressionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
[NotNullAttribute]
ViewQueryGenerator Create(
[NotNullAttribute] string queryText,
[NotNullAttribute] IExpressionEvaluatingContext context
)
<NotNullAttribute>
Function Create (
<NotNullAttribute> queryText As String,
<NotNullAttribute> context As IExpressionEvaluatingContext
) As ViewQueryGenerator
[NotNullAttribute]
ViewQueryGenerator^ Create(
[NotNullAttribute] String^ queryText,
[NotNullAttribute] IExpressionEvaluatingContext^ context
)
[<NotNullAttribute>]
abstract Create :
[<NotNullAttribute>] queryText : string *
[<NotNullAttribute>] context : IExpressionEvaluatingContext -> ViewQueryGenerator
- queryText String
-
Текст представления
- context IExpressionEvaluatingContext
-
Контекст формирования
ViewQueryGenerator
Функция генерации текста