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
public IDataReader InnerDataReader { get; }
public:
property IDataReader^ InnerDataReader {
IDataReader^ get ();
}
member InnerDataReader : IDataReader with get
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.