AdoDotNetMappedObjectConverter.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.
Gets data types as DataTable object instances.
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
A DataTable object instance representing the data types.