Condividi tramite


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

Vedere anche

Riferimenti

AdoDotNetReader Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet