Proprietà AdoDotNetReader.UnderlyingReader
Ottiene l'istanza dell'oggetto sottostante DbDataReader utilizzata da questa classe.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
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
Valore proprietà
Tipo: DbDataReader
L'istanza dell'oggetto sottostante DbDataReader utilizzata da questa classe.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet