Mono Class Library: OverviewSystem.Data.DataTableReader: Members |
The members of System.Data.DataTableReader are listed below.
See Also: Inherited members from System.Data.Common.DbDataReader
Documentation for this section has not yet been entered. Documentation for this section has not yet been entered.
[read-only] overrideDepth int. Documentation for this section has not yet been entered. [read-only] overrideFieldCount int. Documentation for this section has not yet been entered. [read-only] overrideHasRows bool. Documentation for this section has not yet been entered. [read-only] overrideIsClosed bool. Documentation for this section has not yet been entered. [read-only] default propertyoverrideItem(int) object. Documentation for this section has not yet been entered. [read-only] default propertyoverrideItem(string) object. Documentation for this section has not yet been entered. [read-only] overrideRecordsAffected int. Documentation for this section has not yet been entered.
overrideClose() Documentation for this section has not yet been entered. overrideGetBoolean(int) : bool Documentation for this section has not yet been entered. overrideGetByte(int) : byte Documentation for this section has not yet been entered. overrideGetBytes(int, long, byte[], int, int) : long Documentation for this section has not yet been entered. overrideGetChar(int) : char Documentation for this section has not yet been entered. overrideGetChars(int, long, char[], int, int) : long Documentation for this section has not yet been entered. overrideGetDataTypeName(int) : string Documentation for this section has not yet been entered. overrideGetDateTime(int) : DateTime Documentation for this section has not yet been entered. overrideGetDecimal(int) : decimal Documentation for this section has not yet been entered. overrideGetDouble(int) : double Documentation for this section has not yet been entered. overrideGetEnumerator() : IEnumerator Documentation for this section has not yet been entered. overrideGetFieldType(int) : Type Documentation for this section has not yet been entered. overrideGetFloat(int) : float Documentation for this section has not yet been entered. overrideGetGuid(int) : Guid Documentation for this section has not yet been entered. overrideGetInt16(int) : short Documentation for this section has not yet been entered. overrideGetInt32(int) : int Documentation for this section has not yet been entered. overrideGetInt64(int) : long Documentation for this section has not yet been entered. overrideGetName(int) : string Documentation for this section has not yet been entered. overrideGetOrdinal(string) : int Documentation for this section has not yet been entered. overrideGetProviderSpecificFieldType(int) : Type Documentation for this section has not yet been entered. overrideGetProviderSpecificValue(int) : object Documentation for this section has not yet been entered. overrideGetProviderSpecificValues(object[]) : int Documentation for this section has not yet been entered. overrideGetSchemaTable() : DataTable Documentation for this section has not yet been entered. overrideGetString(int) : string Documentation for this section has not yet been entered. overrideGetValue(int) : object Documentation for this section has not yet been entered. overrideGetValues(object[]) : int Documentation for this section has not yet been entered. overrideIsDBNull(int) : bool Documentation for this section has not yet been entered. overrideNextResult() : bool Documentation for this section has not yet been entered. overrideRead() : bool 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.