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.
Retrieves data types as DataTable object instance.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property DataTypes As DataTable
'Usage
Dim value As DataTable
value = Me.DataTypes
protected DataTable DataTypes { get; }
protected:
property DataTable^ DataTypes {
DataTable^ get ();
}
protected function get DataTypes () : DataTable
Property Value
Type: System.Data.DataTable
Returns a DataTable object instance representing 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.
See Also
Reference
AdoDotNetObjectConceptMapper Class