Share via


DataParameter.SetValueImpl Method

Sets the value of this parameter.

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

Syntax

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

Parameters

  • value
    Type: System.Object

    An object value to which the parameter is set.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace

GetValueImpl