Share via


IVsDataParameter.AdoDotNetDbType Property

Gets a value from the DbType enumeration that specifies the data type of the parameter for an ADO.NET data provider.

Namespace:  Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property AdoDotNetDbType As Integer
    Get
int AdoDotNetDbType { get; }
property int AdoDotNetDbType {
    int get ();
}
abstract AdoDotNetDbType : int
function get AdoDotNetDbType () : int

Property Value

Type: System.Int32
An integer value corresponding to a field from the DbType enumeration.

.NET Framework Security

See Also

Reference

IVsDataParameter Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace