DataParameter.SetTypeCore Method

Sets the data type of the current parameter.

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

Syntax

'Declaration
Protected MustOverride Sub SetTypeCore ( _
    value As String _
)
protected abstract void SetTypeCore(
    string value
)
protected:
virtual void SetTypeCore(
    String^ value
) abstract
abstract SetTypeCore : 
        value:string -> unit
protected abstract function SetTypeCore(
    value : String
)

Parameters

Remarks

Notes to Inheritors

The derived class must override this method.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data.Framework Namespace

GetTypeImpl