Compartilhar via


Propriedade AdoDotNetReader.UnderlyingReader

Obtém a instância do objeto subjacente de DbDataReader que é usada por esta classe.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Public ReadOnly Property UnderlyingReader As DbDataReader
public DbDataReader UnderlyingReader { get; }
public:
property DbDataReader^ UnderlyingReader {
    DbDataReader^ get ();
}
member UnderlyingReader : DbDataReader
function get UnderlyingReader () : DbDataReader

Valor de propriedade

Tipo: System.Data.Common.DbDataReader
A instância do objeto subjacente de DbDataReader que é usada por esta classe.

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetReader Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet