AdoDotNetDataSourceInformation.DataSourceInformation 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.
Retrieves in-memory data source information provided by an implementation of the DataTable class to represent a table of in-memory data.
protected:
property System::Data::DataTable ^ DataSourceInformation { System::Data::DataTable ^ get(); };
protected System.Data.DataTable DataSourceInformation { get; }
member this.DataSourceInformation : System.Data.DataTable
Protected ReadOnly Property DataSourceInformation As DataTable
Property Value
Returns a DataSourceInformation object instance.