Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Protected Overrides Function GetTypeCore As String
'Usage
Dim returnValue As String
returnValue = Me.GetTypeCore()
protected override string GetTypeCore()
protected:
virtual String^ GetTypeCore() override
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.