PlaceholderViewQueryBuilderOnBuildWhere - метод
Выполняется при добавлении условных выражений в ключевом слове where
для заданного контекста context.
Добавляемая строка должна начинаться с пробела или перевода строки.
Пространство имён: Tessa.Platform.PlaceholdersСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
protected override void OnBuildWhere(
PlaceholderQueryBuilderBuildContext context
)
Protected Overrides Sub OnBuildWhere (
context As PlaceholderQueryBuilderBuildContext
)
protected:
virtual void OnBuildWhere(
PlaceholderQueryBuilderBuildContext^ context
) override
abstract OnBuildWhere :
context : PlaceholderQueryBuilderBuildContext -> unit
override OnBuildWhere :
context : PlaceholderQueryBuilderBuildContext -> unit
Параметры
- context PlaceholderQueryBuilderBuildContext
- Контекст построения запроса.