This documentation is archived and is not being maintained.
DataReader Class
Visual Studio 2010
Provides the ability to expose data from any data.
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
The DataReader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DataReader | Class constructor. Instantiates a nonparameterized instance of the DataReader class. |
| Name | Description | |
|---|---|---|
![]() | Close | Closes the DataReader instance. |
![]() | Dispose() | Releases managed resources held for the current DataReader instance. |
![]() | Dispose(Boolean) | Cleans up resources associated with the current DataReader instance, both when the public Dispose method is called and as well as when the object is finalized with a call to the Finalize method. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Finalizes the current DataReader instance. (Overrides Object.Finalize().) |
![]() | GetBytes | Retrieves a specified number of bytes of raw binary data. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetItem(Int32) | Retrieves the value of the item at the specified index in the current block of data. |
![]() | GetItem(String) | Retrieves the value of a data item with the specified name in the current block of data. |
![]() | GetItemMaxLength | Retrieves the maximum length, in characters, of data items at the specified index. |
![]() | GetItemName | Retrieves the name assigned to the data item at the specified index, if any. |
![]() | GetItemType | Retrieves the data type of a data item item, or items, at the specified index in a specified format. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsNullItem | Indicates whether the data item at the specified index is unspecified, that is, null. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NextResult | Advances the data reader to the next result in cases where the reader contains multiple results. |
![]() | Read | Advances the reader to the next block of data in cases where the reader contains more than one block. |
![]() | Terminate | Terminates the data reader immediately, without necessarily returning all of the data nor setting output parameters. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
