Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As AdoDotNetDataTableReader
Dim value As DataTable
value = instance.InnerDataTable
public DataTable InnerDataTable { get; }
public:
property DataTable^ InnerDataTable {
DataTable^ get ();
}
public 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.
See Also
Reference
AdoDotNetDataTableReader Class