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

FakeSqlConnection - класс

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

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

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

Конструкторы
  ИмяОписание
Открытый методFakeSqlConnection
Инициализирует новый экземпляр класса FakeSqlConnection
В начало страницы
Свойства
  ИмяОписание
Защищённое свойствоCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Унаследован от Component.)
Открытое свойствоConnectionString (Унаследован от FakeConnection.)
Открытое свойствоConnectionTimeout (Унаследован от FakeConnection.)
Открытое свойствоContainer
Gets the IContainer that contains the Component.
(Унаследован от Component.)
Открытое свойствоDatabase (Унаследован от FakeConnection.)
Открытое свойствоDataSource (Унаследован от FakeConnection.)
Защищённое свойство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 (Унаследован от FakeConnection.)
Открытое свойствоOutput (Унаследован от FakeConnection.)
Открытое свойствоOutputTransactions (Унаследован от FakeConnection.)
Открытое свойствоServerVersion (Унаследован от FakeConnection.)
Открытое свойствоSite
Gets or sets the ISite of the Component.
(Унаследован от Component.)
Открытое свойствоState (Унаследован от FakeConnection.)
Открытое свойствоTransaction (Унаследован от FakeConnection.)
В начало страницы
Методы
  ИмяОписание
Открытый методAsDbManager (Переопределяет FakeConnectionAsDbManager.)
Защищённый методBeginDbTransaction (Унаследован от FakeConnection.)
Открытый методBeginFakeTransaction (Унаследован от FakeConnection.)
Открытый методBeginFakeTransaction(IsolationLevel) (Унаследован от FakeConnection.)
Открытый методBeginTransaction
Starts a database transaction.
(Унаследован от DbConnection.)
Открытый методBeginTransaction(IsolationLevel)
Starts a database transaction with the specified isolation level.
(Унаследован от DbConnection.)
Защищённый методBeginTransaction(FakeTransaction) (Переопределяет FakeConnectionBeginTransaction(FakeTransaction).)
Открытый методChangeDatabase (Унаследован от FakeConnection.)
Открытый методClose (Унаследован от FakeConnection.)
Защищённый методCommitTransaction (Переопределяет FakeConnectionCommitTransaction(FakeTransaction).)
Открытый методCreateCommand
Creates and returns a DbCommand object associated with the current connection.
(Унаследован от DbConnection.)
Защищённый методCreateDbCommand (Унаследован от FakeConnection.)
Открытый методCreateFakeCommand (Унаследован от FakeConnection.)
Открытый методDispose
Releases all resources used by the Component.
(Унаследован от Component.)
Защищённый методDispose(Boolean) (Унаследован от FakeConnection.)
Открытый методEnlistTransaction
Enlists in the specified transaction.
(Унаследован от DbConnection.)
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методExecuteNonQuery (Переопределяет FakeConnectionExecuteNonQuery(FakeCommand).)
Защищённый методExecuteReader (Переопределяет FakeConnectionExecuteReader(FakeCommand).)
Защищённый метод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.)
Открытый метод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 (Унаследован от FakeConnection.)
Открытый метод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) (Унаследован от FakeConnection.)
Защищённый методRollbackTransaction (Переопределяет FakeConnectionRollbackTransaction(FakeTransaction).)
Открытый метод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.)
В начало страницы
См. также