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

See Also

Reference

IVsDataColumn Interface

IVsDataColumn Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace