Partilhar via


Propriedade AdoDotNetTableReader.UnderlyingTable

Obtém a instância do objeto subjacente de DataTable usada em essa classe.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Data.DataTable
A instância do objeto subjacente de DataTable usada em essa classe.

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetTableReader Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet