IVsDataColumn.AdoDotNetDataType Property
Gets the ADO.NET data type as a numerical value from an ADO.NET–specific enumeration.
Namespace: Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property AdoDotNetDataType As Integer
'Usage
Dim instance As IVsDataColumn
Dim value As Integer
value = instance.AdoDotNetDataType
int AdoDotNetDataType { get; }
property int AdoDotNetDataType {
int get ();
}
function get AdoDotNetDataType () : int
Property Value
Type: System.Int32
A numerical value corresponding to the ADO.NET data type.
Remarks
Here are some examples of ADO.NET enumerations by provider type:
SqlClient Provider: SqlDbType
OracleClient Provider: OracleType
.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
Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace