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

FakeDataReader - класс

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

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

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

Конструкторы
Свойства
  ИмяОписание
Открытое свойствоDepth (Переопределяет DbDataReaderDepth.)
Открытое свойствоFieldCount (Переопределяет DbDataReaderFieldCount.)
Открытое свойствоHasRows (Переопределяет DbDataReaderHasRows.)
Открытое свойствоIsClosed (Переопределяет DbDataReaderIsClosed.)
Открытое свойствоItemInt32 (Переопределяет DbDataReaderItemInt32.)
Открытое свойствоItemString (Переопределяет DbDataReaderItemString.)
Открытое свойствоRecordsAffected (Переопределяет DbDataReaderRecordsAffected.)
Открытое свойствоVisibleFieldCount
Gets the number of fields in the DbDataReader that are not hidden.
(Унаследован от DbDataReader.)
В начало страницы
Методы
  ИмяОписание
Открытый методClose (Переопределяет DbDataReaderClose.)
Открытый методDispose
Releases all resources used by the current instance of the DbDataReader class.
(Унаследован от DbDataReader.)
Защищённый методDispose(Boolean)
Releases the managed resources used by the DbDataReader and optionally releases the unmanaged resources.
(Унаследован от DbDataReader.)
Открытый метод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.)
Открытый методGetBoolean (Переопределяет DbDataReaderGetBoolean(Int32).)
Открытый методGetByte (Переопределяет DbDataReaderGetByte(Int32).)
Открытый методGetBytes (Переопределяет DbDataReaderGetBytes(Int32, Int64, Byte, Int32, Int32).)
Открытый методGetChar (Переопределяет DbDataReaderGetChar(Int32).)
Открытый методGetChars (Переопределяет DbDataReaderGetChars(Int32, Int64, Char, Int32, Int32).)
Открытый методGetData
Returns a nested data reader for the requested column.
(Унаследован от DbDataReader.)
Открытый методGetDataTypeName (Переопределяет DbDataReaderGetDataTypeName(Int32).)
Открытый методGetDateTime (Переопределяет DbDataReaderGetDateTime(Int32).)
Защищённый методGetDbDataReader (Переопределяет DbDataReaderGetDbDataReader(Int32).)
Открытый методGetDecimal (Переопределяет DbDataReaderGetDecimal(Int32).)
Открытый методGetDouble (Переопределяет DbDataReaderGetDouble(Int32).)
Открытый методGetEnumerator (Переопределяет DbDataReader.GetEnumerator.)
Открытый методGetFieldType (Переопределяет DbDataReaderGetFieldType(Int32).)
Открытый методGetFieldValueT
Gets the value of the specified column as the requested type.
(Унаследован от DbDataReader.)
Открытый методGetFieldValueAsyncT(Int32)
Asynchronously gets the value of the specified column as the requested type.
(Унаследован от DbDataReader.)
Открытый методGetFieldValueAsyncT(Int32, CancellationToken)
Asynchronously gets the value of the specified column as the requested type.
(Унаследован от DbDataReader.)
Открытый методGetFloat (Переопределяет DbDataReaderGetFloat(Int32).)
Открытый методGetGuid (Переопределяет DbDataReaderGetGuid(Int32).)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetInt16 (Переопределяет DbDataReaderGetInt16(Int32).)
Открытый методGetInt32 (Переопределяет DbDataReaderGetInt32(Int32).)
Открытый методGetInt64 (Переопределяет DbDataReaderGetInt64(Int32).)
Открытый методGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Унаследован от MarshalByRefObject.)
Открытый методGetName (Переопределяет DbDataReaderGetName(Int32).)
Открытый методGetOrdinal (Переопределяет DbDataReaderGetOrdinal(String).)
Открытый методGetProviderSpecificFieldType
Gets the provider-specific type of the specified column.
(Унаследован от DbDataReader.)
Открытый методGetProviderSpecificValue
Gets the value of the specified column as an instance of a provider-specific type.
(Унаследован от DbDataReader.)
Открытый методGetProviderSpecificValues
Gets all provider-specific attribute columns in the collection for the current row.
(Унаследован от DbDataReader.)
Открытый методGetSchemaTable (Переопределяет DbDataReaderGetSchemaTable.)
Открытый методGetStream
Gets a stream to retrieve data from the specified column.
(Унаследован от DbDataReader.)
Открытый методGetString (Переопределяет DbDataReaderGetString(Int32).)
Открытый методGetTextReader
Gets a text reader to retrieve data from the column.
(Унаследован от DbDataReader.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методGetValue (Переопределяет DbDataReaderGetValue(Int32).)
Открытый методGetValues (Переопределяет DbDataReaderGetValues(Object).)
Открытый методInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Унаследован от MarshalByRefObject.)
Открытый методIsDBNull (Переопределяет DbDataReaderIsDBNull(Int32).)
Открытый методIsDBNullAsync(Int32)
Asynchronously gets a value that indicates whether the column contains non-existent or missing values.
(Унаследован от DbDataReader.)
Открытый методIsDBNullAsync(Int32, CancellationToken)
Asynchronously gets a value that indicates whether the column contains non-existent or missing values.
(Унаследован от DbDataReader.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Защищённый методMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Унаследован от MarshalByRefObject.)
Открытый методNextResult (Переопределяет DbDataReaderNextResult.)
Открытый методNextResultAsync
Asynchronously advances the reader to the next result when reading the results of a batch of statements.
(Унаследован от DbDataReader.)
Открытый методNextResultAsync(CancellationToken)
Asynchronously advances the reader to the next result when reading the results of a batch of statements.
(Унаследован от DbDataReader.)
Открытый методRead (Переопределяет DbDataReaderRead.)
Открытый методReadAsync
Asynchronously advances the reader to the next record in a result set.
(Унаследован от DbDataReader.)
Открытый методReadAsync(CancellationToken)
Asynchronously advances the reader to the next record in a result set.
(Унаследован от DbDataReader.)
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также