Share via


AdoDotNetMappedObjectConverter.DataTypes Property

Gets data types as DataTable object instances.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected ReadOnly Property DataTypes As DataTable
protected DataTable DataTypes { get; }
protected:
property DataTable^ DataTypes {
    DataTable^ get ();
}
member DataTypes : DataTable with get
function get DataTypes () : DataTable

Property Value

Type: System.Data.DataTable
A DataTable object instance representing the data types.

.NET Framework Security

See Also

Reference

AdoDotNetMappedObjectConverter Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace