Condividi tramite


Proprietà AdoDotNetDataTableReader.InnerDataTable

Fornisce i mezzi per accedere all'oggetto sottostante DataTable direttamente.

Spazio dei nomi:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property InnerDataTable As DataTable
public DataTable InnerDataTable { get; }
public:
property DataTable^ InnerDataTable {
    DataTable^ get ();
}
member InnerDataTable : DataTable with get
function get InnerDataTable () : DataTable

Valore proprietà

Tipo: DataTable
Restituisce l'oggetto di base DataTable.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetDataTableReader Classe

Spazio dei nomi Microsoft.VisualStudio.Data.AdoDotNet