Для изменения размера нажмите или перетащите

FakeCommand - класс

Иерархия наследования

Пространство имён:  Tessa.Platform.Data.Fake
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public sealed class FakeCommand : DbCommand

Тип FakeCommand предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методFakeCommand
Инициализирует новый экземпляр класса FakeCommand
Открытый методFakeCommand(FakeConnection)
Инициализирует новый экземпляр класса FakeCommand
Открытый методFakeCommand(FakeConnection, FakeTransaction)
Инициализирует новый экземпляр класса FakeCommand
В начало страницы
Свойства
  ИмяОписание
Защищённое свойствоCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Унаследован от Component.)
Открытое свойствоCommandText (Переопределяет DbCommandCommandText.)
Открытое свойствоCommandTimeout (Переопределяет DbCommandCommandTimeout.)
Открытое свойствоCommandType (Переопределяет DbCommandCommandType.)
Открытое свойствоConnection
Gets or sets the DbConnection used by this DbCommand.
(Унаследован от DbCommand.)
Открытое свойствоContainer
Gets the IContainer that contains the Component.
(Унаследован от Component.)
Защищённое свойствоDbConnection (Переопределяет DbCommandDbConnection.)
Защищённое свойствоDbParameterCollection (Переопределяет DbCommandDbParameterCollection.)
Защищённое свойствоDbTransaction (Переопределяет DbCommandDbTransaction.)
Защищённое свойствоDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Унаследован от Component.)
Открытое свойствоDesignTimeVisible (Переопределяет DbCommand.DesignTimeVisible.)
Защищённое свойствоEvents
Gets the list of event handlers that are attached to this Component.
(Унаследован от Component.)
Открытое свойствоFakeConnection
Открытое свойствоFakeParameters
Открытое свойствоFakeTransaction
Открытое свойствоParameters
Gets the collection of DbParameter objects. For more information on parameters, see Configuring Parameters and Parameter Data Types.
(Унаследован от DbCommand.)
Открытое свойствоRemovedFromOutput
Открытое свойствоSite
Gets or sets the ISite of the Component.
(Унаследован от Component.)
Открытое свойствоTransaction
Gets or sets the DbTransaction within which this DbCommand object executes.
(Унаследован от DbCommand.)
Открытое свойствоUpdatedRowSource (Переопределяет DbCommandUpdatedRowSource.)
В начало страницы
Методы
  ИмяОписание
Открытый методCancel (Переопределяет DbCommandCancel.)
Защищённый методCreateDbParameter (Переопределяет DbCommandCreateDbParameter.)
Открытый методCreateFakeParameter
Открытый методCreateParameter
Creates a new instance of a DbParameter object.
(Унаследован от DbCommand.)
Открытый методDispose
Releases all resources used by the Component.
(Унаследован от Component.)
Защищённый методDispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Унаследован от Component.)
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методExecuteDbDataReader (Переопределяет DbCommandExecuteDbDataReader(CommandBehavior).)
Защищённый методExecuteDbDataReaderAsync
Providers should implement this method to provide a non-default implementation for ExecuteReader overloads. The default implementation invokes the synchronous ExecuteReader method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by ExecuteReader will be communicated via the returned Task Exception property. This method accepts a cancellation token that can be used to request the operation to be cancelled early. Implementations may ignore this request.
(Унаследован от DbCommand.)
Открытый методExecuteFakeReader
Открытый методExecuteNonQuery (Переопределяет DbCommandExecuteNonQuery.)
Открытый методExecuteNonQueryAsync
An asynchronous version of ExecuteNonQuery, which executes a SQL statement against a connection object. Invokes ExecuteNonQueryAsync(CancellationToken) with CancellationToken.None.
(Унаследован от DbCommand.)
Открытый методExecuteNonQueryAsync(CancellationToken)
This is the asynchronous version of ExecuteNonQuery. Providers should override with an appropriate implementation. The cancellation token may optionally be ignored. The default implementation invokes the synchronous ExecuteNonQuery method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by ExecuteNonQuery will be communicated via the returned Task Exception property. Do not invoke other methods and properties of the DbCommand object until the returned Task is complete.
(Унаследован от DbCommand.)
Открытый методExecuteReader
Executes the CommandText against the Connection, and returns an DbDataReader.
(Унаследован от DbCommand.)
Открытый методExecuteReader(CommandBehavior)
Executes the CommandText against the Connection, and returns an DbDataReader using one of the CommandBehavior values.
(Унаследован от DbCommand.)
Открытый методExecuteReaderAsync (Унаследован от DbCommand.)
Открытый методExecuteReaderAsync(CancellationToken)
An asynchronous version of ExecuteReader, which executes the CommandText against the Connection and returns a DbDataReader. This method propagates a notification that operations should be canceled. Invokes ExecuteDbDataReaderAsync(CommandBehavior, CancellationToken).
(Унаследован от DbCommand.)
Открытый методExecuteReaderAsync(CommandBehavior) (Унаследован от DbCommand.)
Открытый методExecuteReaderAsync(CommandBehavior, CancellationToken) (Унаследован от DbCommand.)
Открытый методExecuteScalar (Переопределяет DbCommandExecuteScalar.)
Открытый методExecuteScalarAsync
An asynchronous version of ExecuteScalar, which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. Invokes ExecuteScalarAsync(CancellationToken) with CancellationToken.None.
(Унаследован от DbCommand.)
Открытый методExecuteScalarAsync(CancellationToken)
This is the asynchronous version of ExecuteScalar. Providers should override with an appropriate implementation. The cancellation token may optionally be ignored. The default implementation invokes the synchronous ExecuteScalar method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by ExecuteScalar will be communicated via the returned Task Exception property. Do not invoke other methods and properties of the DbCommand object until the returned Task is complete.
(Унаследован от DbCommand.)
Защищённый методFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Унаследован от Component.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Унаследован от MarshalByRefObject.)
Защищённый методGetService
Returns an object that represents a service provided by the Component or by its Container.
(Унаследован от Component.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Унаследован от MarshalByRefObject.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Защищённый методMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Унаследован от MarshalByRefObject.)
Открытый методPrepare (Переопределяет DbCommandPrepare.)
Открытый методRemoveFromOutput
Открытый методToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Унаследован от Component.)
В начало страницы
События
  ИмяОписание
Открытое событиеDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Унаследован от Component.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияExecuteScalarAsyncT (Определяется Extensions.)
Открытый метод расширенияExecuteSelectAsyncT (Определяется Extensions.)
Открытый метод расширенияExecuteSelectFirstAsyncT (Определяется Extensions.)
Открытый метод расширенияExecuteSelectFirstOrDefaultAsyncT(FuncIDataRecord, T, CancellationToken)Перегружен. (Определяется Extensions.)
Открытый метод расширенияExecuteSelectFirstOrDefaultAsyncT(FuncIDataRecord, T, T, CancellationToken)Перегружен. (Определяется Extensions.)
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также