AdoDotNetTableReader.UnderlyingTable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the underlying DataTable object instance used in this class.
public:
property System::Data::DataTable ^ UnderlyingTable { System::Data::DataTable ^ get(); };
public System.Data.DataTable UnderlyingTable { get; }
member this.UnderlyingTable : System.Data.DataTable
Public ReadOnly Property UnderlyingTable As DataTable
Property Value
The underlying DataTable object instance used in this class.