Share via


IVsDataParameter.FrameworkDataType Property

Gets the .NET Framework type of the parameter.

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 this parameter.

.NET Framework Security

See Also

Reference

IVsDataParameter Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace