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.
Gets the underlying DataTable object instance used in this class.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public ReadOnly Property UnderlyingTable As DataTable
Get
public DataTable UnderlyingTable { get; }
public:
property DataTable^ UnderlyingTable {
DataTable^ get ();
}
member UnderlyingTable : DataTable
function get UnderlyingTable () : DataTable
Property Value
Type: System.Data.DataTable
The underlying DataTable object instance used in this class.
.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.