The members of System.Data.Common.DbDataReader are listed below.
See Also: Inherited members from System.MarshalByRefObject
Documentation for this section has not yet been entered.
[read-only] abstractDepth int. Documentation for this section has not yet been entered. [read-only] abstractFieldCount int. Documentation for this section has not yet been entered. [read-only] abstractHasRows bool. Documentation for this section has not yet been entered. [read-only] abstractIsClosed bool. Documentation for this section has not yet been entered. [read-only] default propertyabstractItem(int) object. Documentation for this section has not yet been entered. [read-only] default propertyabstractItem(string) object. Documentation for this section has not yet been entered. [read-only] abstractRecordsAffected int. Documentation for this section has not yet been entered. [read-only] VisibleFieldCount int. Documentation for this section has not yet been entered.
abstractClose() Documentation for this section has not yet been entered.Dispose() Documentation for this section has not yet been entered. abstractGetBoolean(int) : bool Documentation for this section has not yet been entered. abstractGetByte(int) : byte Documentation for this section has not yet been entered. abstractGetBytes(int, long, byte[], int, int) : long Documentation for this section has not yet been entered. abstractGetChar(int) : char Documentation for this section has not yet been entered. abstractGetChars(int, long, char[], int, int) : long Documentation for this section has not yet been entered.GetData(int) : DbDataReader Documentation for this section has not yet been entered. abstractGetDataTypeName(int) : string Documentation for this section has not yet been entered. abstractGetDateTime(int) : DateTime Documentation for this section has not yet been entered. abstractGetDecimal(int) : decimal Documentation for this section has not yet been entered. abstractGetDouble(int) : double Documentation for this section has not yet been entered. abstractGetEnumerator() : IEnumerator Documentation for this section has not yet been entered. abstractGetFieldType(int) : Type Documentation for this section has not yet been entered. abstractGetFloat(int) : float Documentation for this section has not yet been entered. abstractGetGuid(int) : Guid Documentation for this section has not yet been entered. abstractGetInt16(int) : short Documentation for this section has not yet been entered. abstractGetInt32(int) : int Documentation for this section has not yet been entered. abstractGetInt64(int) : long Documentation for this section has not yet been entered. abstractGetName(int) : string Documentation for this section has not yet been entered. abstractGetOrdinal(string) : int Documentation for this section has not yet been entered.GetProviderSpecificFieldType(int) : Type Documentation for this section has not yet been entered.GetProviderSpecificValue(int) : object Documentation for this section has not yet been entered.GetProviderSpecificValues(object[]) : int Documentation for this section has not yet been entered. abstractGetSchemaTable() : System.Data.DataTable Documentation for this section has not yet been entered. abstractGetString(int) : string Documentation for this section has not yet been entered. abstractGetValue(int) : object Documentation for this section has not yet been entered. abstractGetValues(object[]) : int Documentation for this section has not yet been entered. abstractIsDBNull(int) : bool Documentation for this section has not yet been entered. abstractNextResult() : bool Documentation for this section has not yet been entered. abstractRead() : bool Documentation for this section has not yet been entered.
Dispose(bool) Documentation for this section has not yet been entered.GetDbDataReader(int) : DbDataReader Documentation for this section has not yet been entered.
System.Data.IDataRecord.GetData Documentation for this section has not yet been entered.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.