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.
Gets the underlying DbDataReader object instance that is used by this class.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public ReadOnly Property UnderlyingReader As DbDataReader
'Usage
Dim instance As AdoDotNetReader
Dim value As DbDataReader
value = instance.UnderlyingReader
public DbDataReader UnderlyingReader { get; }
public:
property DbDataReader^ UnderlyingReader {
DbDataReader^ get ();
}
public function get UnderlyingReader () : DbDataReader
Property Value
Type: System.Data.Common.DbDataReader
The underlying DbDataReader object instance that is used by this class.
.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.