FakeDataReader - класс |
Пространство имён: Tessa.Platform.Data.Fake
public sealed class FakeDataReader : DbDataReader
Тип FakeDataReader предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| FakeDataReader | Инициализирует новый экземпляр класса FakeDataReader | |
| FakeDataReader(Object, String) | Инициализирует новый экземпляр класса FakeDataReader | |
| FakeDataReader(Type, String) | Инициализирует новый экземпляр класса 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.) |