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

FakeConnection - класс

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

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

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

Конструкторы
Свойства
  ИмяОписание
Защищённое свойствоCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Унаследован от Component.)
Открытое свойствоConnectionString (Переопределяет DbConnectionConnectionString.)
Открытое свойствоConnectionTimeout (Переопределяет DbConnectionConnectionTimeout.)
Открытое свойствоContainer
Gets the IContainer that contains the Component.
(Унаследован от Component.)
Открытое свойствоDatabase (Переопределяет DbConnectionDatabase.)
Открытое свойствоDataSource (Переопределяет DbConnectionDataSource.)
Защищённое свойствоDbProviderFactory
Gets the DbProviderFactory for this DbConnection.
(Унаследован от DbConnection.)
Защищённое свойствоDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Унаследован от Component.)
Защищённое свойствоEvents
Gets the list of event handlers that are attached to this Component.
(Унаследован от Component.)
Открытое свойствоIgnoreExecuteReader
Открытое свойствоOutput
Открытое свойствоOutputTransactions
Открытое свойствоServerVersion (Переопределяет DbConnectionServerVersion.)
Открытое свойствоSite
Gets or sets the ISite of the Component.
(Унаследован от Component.)
Открытое свойствоState (Переопределяет DbConnectionState.)
Открытое свойствоTransaction
В начало страницы
Методы
  ИмяОписание
Открытый методAsDbManager
Защищённый методBeginDbTransaction (Переопределяет DbConnectionBeginDbTransaction(IsolationLevel).)
Открытый методBeginFakeTransaction
Открытый методBeginFakeTransaction(IsolationLevel)
Открытый методBeginTransaction
Starts a database transaction.
(Унаследован от DbConnection.)
Открытый методBeginTransaction(IsolationLevel)
Starts a database transaction with the specified isolation level.
(Унаследован от DbConnection.)
Защищённый методBeginTransaction(FakeTransaction)
Открытый методChangeDatabase (Переопределяет DbConnectionChangeDatabase(String).)
Открытый методClose (Переопределяет DbConnectionClose.)
Защищённый методCommitTransaction
Открытый методCreateCommand
Creates and returns a DbCommand object associated with the current connection.
(Унаследован от DbConnection.)
Защищённый методCreateDbCommand (Переопределяет DbConnectionCreateDbCommand.)
Открытый методCreateFakeCommand
Открытый методDispose
Releases all resources used by the Component.
(Унаследован от Component.)
Защищённый методDispose(Boolean)
Освобождает неуправляемые ресурсы, используемые объектом FakeConnection, а при необходимости освобождает также управляемые ресурсы
(Переопределяет ComponentDispose(Boolean).)
Открытый методEnlistTransaction
Enlists in the specified transaction.
(Унаследован от DbConnection.)
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методExecuteNonQuery
Защищённый методExecuteReader
Защищённый методFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Унаследован от Component.)
Открытый методСтатический членFromDbms
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Унаследован от MarshalByRefObject.)
Открытый методGetSchema
Returns schema information for the data source of this DbConnection.
(Унаследован от DbConnection.)
Открытый методGetSchema(String)
Returns schema information for the data source of this DbConnection using the specified string for the schema name.
(Унаследован от DbConnection.)
Открытый методGetSchema(String, String)
Returns schema information for the data source of this DbConnection using the specified string for the schema name and the specified string array for the restriction values.
(Унаследован от DbConnection.)
Защищённый метод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.)
Защищённый методOnStateChange
Raises the StateChange event.
(Унаследован от DbConnection.)
Открытый методOpen (Переопределяет DbConnectionOpen.)
Открытый методOpenAsync
An asynchronous version of Open, which opens a database connection with the settings specified by the ConnectionString. This method invokes the virtual method OpenAsync(CancellationToken) with CancellationToken.None.
(Унаследован от DbConnection.)
Открытый методOpenAsync(CancellationToken) (Переопределяет DbConnectionOpenAsync(CancellationToken).)
Защищённый методRollbackTransaction
Открытый метод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.)
Открытое событиеStateChange
Occurs when the state of the event changes.
(Унаследован от DbConnection.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также