public sealed class ComplexQueryContext : IComplexQueryContext
Public NotInheritable Class ComplexQueryContext
Implements IComplexQueryContext
public ref class ComplexQueryContext sealed : IComplexQueryContext
[<SealedAttribute>]
type ComplexQueryContext =
class
interface IComplexQueryContext
end
ComplexQueryContext | Инициализирует новый экземпляр класса ComplexQueryContext |
Cancel | Флаг, указывающий, что выполнение запроса было отменено и должен быть возвращён пустой результат. |
CancellationToken | Объект, посредством которого можно отменить асинхронную задачу. |
Db | Объект, управляющий взаимодействием с базой данных. |
Info | Дополнительная информация, используемая при построении запроса. |
NeedContinuation | Флаг, указывающий, что формирование SQL-запроса по текущему запросу нужно продолжить. |
Parameters | Параметры SQL-запроса. |
QueryBuilder | Билдер текущего составного SQL-запроса. |
QueryBuilderFactory | Фабрика объектов для генерации текста запросов. |
Request | Запрос на выполнение составного запроса. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ResetContext | |
ToString | Returns a string that represents the current object. (Унаследован от Object) |