Share via


IVsDataColumn.FrameworkDataType Property

Gets the .NET Framework type of the column.

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

Syntax

'Declaration
ReadOnly Property FrameworkDataType As Type
    Get
Type FrameworkDataType { get; }
property Type^ FrameworkDataType {
    Type^ get ();
}
abstract FrameworkDataType : Type
function get FrameworkDataType () : Type

Property Value

Type: System.Type
A Type as the .NET Framework type of the column.

.NET Framework Security

See Also

Reference

IVsDataColumn Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace