ComplexQueryContextNeedContinuation - свойство
Флаг, указывающий, что формирование SQL-запроса по текущему запросу нужно продолжить.
Пространство имён: Tessa.Roles.QueriesСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public bool NeedContinuation { get; set; }
Public Property NeedContinuation As Boolean
Get
Set
public:
virtual property bool NeedContinuation {
bool get () sealed;
void set (bool value) sealed;
}
abstract NeedContinuation : bool with get, set
override NeedContinuation : bool with get, set
BooleanIComplexQueryContextNeedContinuation