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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.