Share via


DataParameter.GetTypeCore Method

Retrieves the data source–specific type of the parameter.

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

Syntax

'Declaration
Protected MustOverride Function GetTypeCore As String
'Usage
Dim returnValue As String 

returnValue = Me.GetTypeCore()
protected abstract string GetTypeCore()
protected:
virtual String^ GetTypeCore() abstract
protected abstract function GetTypeCore() : String

Return Value

Type: System.String
The data source–specific type of the parameter.

Remarks

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

Notes to Inheritors:

The derived class must override this method.

.NET Framework Security

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data.Framework Namespace