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
    Get
int AdoDotNetDataType { get; }
property int AdoDotNetDataType {
    int get ();
}
abstract AdoDotNetDataType : int
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

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace