Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Provides a means for accessing the underlying IDataReader object directly.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaración
Public ReadOnly Property InnerDataReader As IDataReader
Get
public IDataReader InnerDataReader { get; }
public:
property IDataReader^ InnerDataReader {
IDataReader^ get ();
}
member InnerDataReader : IDataReader
function get InnerDataReader () : IDataReader
Property Value
Type: System.Data.IDataReader
Returns the base IDataReader object.
.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.