AdoDotNetReader.UnderlyingReader Property
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
public DbDataReader UnderlyingReader { get; }
public:
property DbDataReader^ UnderlyingReader {
DbDataReader^ get ();
}
member UnderlyingReader : DbDataReader with get
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.