Share via


AdoDotNetParameter.SetValueCore Method

Sets the value of the parameter.

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

Syntax

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

Parameters

  • value
    Type: System.Object

    An object value to which the parameter is set.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

GetValueCore