Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the underlying IDataReader object that is driving the current data reader.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property InnerDataReader As IDataReader
'Usage
Dim instance As AdoDotNetDataReader
Dim value As IDataReader
value = instance.InnerDataReader
public IDataReader InnerDataReader { get; }
public:
property IDataReader^ InnerDataReader {
IDataReader^ get ();
}
public function get InnerDataReader () : IDataReader
Property Value
Type: System.Data.IDataReader
Returns an IDataReader object instance for the current data reader.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.