DeferredCommand - структура

Команда для отложенного выполнения посредством IQueryExecutor.

Definition

Пространство имён: Tessa.Platform.Data
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public readonly struct DeferredCommand
Inheritance
Object    ValueType    DeferredCommand

Конструкторы

DeferredCommand Создаёт экземпляр класса с указанием текста SQL-запроса команды и её параметров.

Методы

EqualsIndicates whether this instance and a specified object are equal.
(Унаследован от ValueType)
ExecuteAsync Асинхронно выполняет отложенную команду с параметрами, действительными для заданного объекта IQueryExecutor.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeReturns the hash code for this instance.
(Унаследован от ValueType)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns the fully qualified type name of this instance.
(Унаследован от ValueType)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также