Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
protected DataTable DataTypes { get; }
protected:
property DataTable^ DataTypes {
DataTable^ get ();
}
member DataTypes : DataTable
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.