Share via


AdoDotNetParameter.GetTypeImpl Method

Retrieves the data-source-specific type of the parameter.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Protected Overrides Function GetTypeImpl As String
'Usage
Dim returnValue As String 

returnValue = Me.GetTypeImpl()
protected override string GetTypeImpl()
protected:
virtual String^ GetTypeImpl() override
protected override function GetTypeImpl() : String

Return Value

Type: System.String
Returns the data-source-specific type of the parameter.

Remarks

This method is called by the implementation of the Type property.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

SetTypeImpl