IVsDataColumn.AdoDotNetDbType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value from the DbType enumeration that specifies the data type of the column 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.