|
| Name | Description |
|---|
.gif) .gif) | Close | Closes the SqlDataReader object. (Overrides DbDataReader..::.Close()()().) |
.gif) | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
.gif) | Dispose | Overloaded. Releases the resources used by the DbDataReader and calls Close. |
.gif) .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) | GetBoolean | Gets the value of the specified column as a Boolean. (Overrides DbDataReader..::.GetBoolean(Int32).) |
.gif) .gif) | GetByte | Gets the value of the specified column as a byte. (Overrides DbDataReader..::.GetByte(Int32).) |
.gif) .gif) | GetBytes | Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset. (Overrides DbDataReader..::.GetBytes(Int32, Int64, array<Byte>[]()[], Int32, Int32).) |
.gif) .gif) | GetChar | Gets the value of the specified column as a single character. (Overrides DbDataReader..::.GetChar(Int32).) |
.gif) .gif) | GetChars | Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. (Overrides DbDataReader..::.GetChars(Int32, Int64, array<Char>[]()[], Int32, Int32).) |
.gif) .gif) | GetData | Overloaded. |
.gif) .gif) | GetDataTypeName | Gets a string representing the data type of the specified column. (Overrides DbDataReader..::.GetDataTypeName(Int32).) |
.gif) .gif) | GetDateTime | Gets the value of the specified column as a DateTime object. (Overrides DbDataReader..::.GetDateTime(Int32).) |
.gif) | GetDateTimeOffset | Retrieves the value of the specified column as a DateTimeOffset object. |
.gif) | GetDbDataReader | Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation. (Inherited from DbDataReader.) |
.gif) .gif) | GetDecimal | Gets the value of the specified column as a Decimal object. (Overrides DbDataReader..::.GetDecimal(Int32).) |
.gif) .gif) | GetDouble | Gets the value of the specified column as a double-precision floating point number. (Overrides DbDataReader..::.GetDouble(Int32).) |
.gif) | GetEnumerator | Returns an IEnumerator that iterates through the SqlDataReader. (Overrides DbDataReader..::.GetEnumerator()()().) |
.gif) .gif) | GetFieldType | Gets the Type that is the data type of the object. (Overrides DbDataReader..::.GetFieldType(Int32).) |
.gif) .gif) | GetFloat | Gets the value of the specified column as a single-precision floating point number. (Overrides DbDataReader..::.GetFloat(Int32).) |
.gif) .gif) | GetGuid | Gets the value of the specified column as a globally unique identifier (GUID). (Overrides DbDataReader..::.GetGuid(Int32).) |
.gif) .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) .gif) | GetInt16 | Gets the value of the specified column as a 16-bit signed integer. (Overrides DbDataReader..::.GetInt16(Int32).) |
.gif) .gif) | GetInt32 | Gets the value of the specified column as a 32-bit signed integer. (Overrides DbDataReader..::.GetInt32(Int32).) |
.gif) .gif) | GetInt64 | Gets the value of the specified column as a 64-bit signed integer. (Overrides DbDataReader..::.GetInt64(Int32).) |
.gif) | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) .gif) | GetName | Gets the name of the specified column. (Overrides DbDataReader..::.GetName(Int32).) |
.gif) .gif) | GetOrdinal | Gets the column ordinal, given the name of the column. (Overrides DbDataReader..::.GetOrdinal(String).) |
.gif) | GetProviderSpecificFieldType | Gets an Object that is a representation of the underlying provider-specific field type. (Overrides DbDataReader..::.GetProviderSpecificFieldType(Int32).) |
.gif) | GetProviderSpecificValue | Gets an Object that is a representation of the underlying provider specific value. (Overrides DbDataReader..::.GetProviderSpecificValue(Int32).) |
.gif) | GetProviderSpecificValues | Gets an array of objects that are a representation of the underlying provider specific values. (Overrides DbDataReader..::.GetProviderSpecificValues(array<Object>[]()[]).) |
.gif) .gif) | GetSchemaTable | Returns a DataTable that describes the column metadata of the SqlDataReader. (Overrides DbDataReader..::.GetSchemaTable()()().) |
.gif) .gif) | GetSqlBinary | Gets the value of the specified column as a SqlBinary. |
.gif) .gif) | GetSqlBoolean | Gets the value of the specified column as a SqlBoolean. |
.gif) .gif) | GetSqlByte | Gets the value of the specified column as a SqlByte. |
.gif) | GetSqlBytes | Gets the value of the specified column as SqlBytes. |
.gif) | GetSqlChars | Gets the value of the specified column as SqlChars. |
.gif) .gif) | GetSqlDateTime | Gets the value of the specified column as a SqlDateTime. |
.gif) .gif) | GetSqlDecimal | Gets the value of the specified column as a SqlDecimal. |
.gif) .gif) | GetSqlDouble | Gets the value of the specified column as a SqlDouble. |
.gif) .gif) | GetSqlGuid | Gets the value of the specified column as a SqlGuid. |
.gif) .gif) | GetSqlInt16 | Gets the value of the specified column as a SqlInt16. |
.gif) .gif) | GetSqlInt32 | Gets the value of the specified column as a SqlInt32. |
.gif) .gif) | GetSqlInt64 | Gets the value of the specified column as a SqlInt64. |
.gif) .gif) | GetSqlMoney | Gets the value of the specified column as a SqlMoney. |
.gif) .gif) | GetSqlSingle | Gets the value of the specified column as a SqlSingle. |
.gif) .gif) | GetSqlString | Gets the value of the specified column as a SqlString. |
.gif) .gif) | GetSqlValue | Returns the data value in the specified column as a SQL Server type. |
.gif) .gif) | GetSqlValues | Fills an array of Object that contains the values for all the columns in the record, expressed as SQL Server types. |
.gif) | GetSqlXml | Gets the value of the specified column as an XML value. |
.gif) .gif) | GetString | Gets the value of the specified column as a string. (Overrides DbDataReader..::.GetString(Int32).) |
.gif) | GetTimeSpan | Retrieves the value of the specified column as a TimeSpan object. |
.gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) | GetValue | Gets the value of the specified column in its native format. (Overrides DbDataReader..::.GetValue(Int32).) |
.gif) .gif) | GetValues | Populates an array of objects with the column values of the current row. (Overrides DbDataReader..::.GetValues(array<Object>[]()[]).) |
.gif) | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) | IsCommandBehavior | Determines whether the specified CommandBehavior matches that of the SqlDataReader . |
.gif) .gif) | IsDBNull | Gets a value that indicates whether the column contains non-existent or missing values. (Overrides DbDataReader..::.IsDBNull(Int32).) |
.gif) .gif) | MemberwiseClone | Overloaded. |
.gif) .gif) | NextResult | Advances the data reader to the next result, when reading the results of batch Transact-SQL statements. (Overrides DbDataReader..::.NextResult()()().) |
.gif) .gif) | Read | Advances the SqlDataReader to the next record. (Overrides DbDataReader..::.Read()()().) |
.gif) .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) |