DataParameter.SetValueCore Method
Sets the value of the parameter.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Déclaration
Protected MustOverride Sub SetValueCore ( _
value As Object _
)
protected abstract void SetValueCore(
Object value
)
protected:
virtual void SetValueCore(
Object^ value
) abstract
abstract SetValueCore :
value:Object -> unit
protected abstract function SetValueCore(
value : Object
)
Parameters
- value
Type: System.Object
An object value to which the parameter is set.
Remarks
Notes to Inheritors
The derived class must override this method.
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Framework Namespace
GetValueImpl()