AdoDotNetTableReader.UnderlyingTable (Propiedad)

Obtiene la instancia de objeto subyacente de DataTable utilizada en esta clase.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Public ReadOnly Property UnderlyingTable As DataTable
public DataTable UnderlyingTable { get; }
public:
property DataTable^ UnderlyingTable {
    DataTable^ get ();
}
member UnderlyingTable : DataTable
function get UnderlyingTable () : DataTable

Valor de propiedad

Tipo: System.Data.DataTable
La instancia de objeto subyacente de DataTable utilizada en esta clase.

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetTableReader Clase

Microsoft.VisualStudio.Data.Framework.AdoDotNet (Espacio de nombres)