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
'宣言
Public ReadOnly Property UnderlyingReader As DbDataReader
'使用
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.
Permissions
- 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.