Partager via


AdoDotNetParameter.GetTypeCore Method

Retrieves the data source–specific type of the parameter.

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

Syntax

'Déclaration
Protected Overrides Function GetTypeCore As String
protected override string GetTypeCore()
protected:
virtual String^ GetTypeCore() override
abstract GetTypeCore : unit -> string 
override GetTypeCore : unit -> string 
protected override 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.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

SetTypeCore