IVsDataParameter.AdoDotNetDbType Property

Definition

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

public:
 property int AdoDotNetDbType { int get(); };
public int AdoDotNetDbType { get; }
member this.AdoDotNetDbType : int
Public ReadOnly Property AdoDotNetDbType As Integer

Property Value

An integer value corresponding to a field from the DbType enumeration.

Applies to