IVsDataColumn.FrameworkDataType 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 the .NET Framework type of the column.
public:
property Type ^ FrameworkDataType { Type ^ get(); };
public Type FrameworkDataType { get; }
member this.FrameworkDataType : Type
Public ReadOnly Property FrameworkDataType As Type
Property Value
A Type as the .NET Framework type of the column.