Share via


DataParameter.SetTypeImpl Method

Sets the data type of this parameter.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace

GetTypeImpl