IVsDataColumn.AdoDotNetDataType Property

Definition

Gets the ADO.NET data type as a numerical value from an ADO.NET–specific enumeration.

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

Property Value

A numerical value corresponding to the ADO.NET data type.

Applies to