AdoDotNetSourceInformation.SourceInformation 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 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 ^ SourceInformation { System::Data::DataTable ^ get(); };
protected System.Data.DataTable SourceInformation { get; }
member this.SourceInformation : System.Data.DataTable
Protected ReadOnly Property SourceInformation As DataTable
Property Value
A DataTable object instance.