Share via


AdoDotNetReader.UnderlyingReader, propriété

Obtient l'instance sous-jacente d'objet DbDataReader utilisée par cette classe.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : DbDataReader
L'instance sous-jacente d'objet DbDataReader utilisée par cette classe.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetReader Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms