AdoDotNetObjectConceptMapper.DataTypes 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 data types as DataTable object instance.
protected:
property System::Data::DataTable ^ DataTypes { System::Data::DataTable ^ get(); };
protected System.Data.DataTable DataTypes { get; }
member this.DataTypes : System.Data.DataTable
Protected ReadOnly Property DataTypes As DataTable
Property Value
Returns a DataTable object instance representing data types.