AdoDotNetDataTableReader.InnerDataTable Property
Provides a means for accessing the underlying DataTable object directly.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
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
Property Value
Type: System.Data.DataTable
Returns the base DataTable object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.