Assigns an unbound value to this row at a given column.
'Declaration
Protected Function SetUnboundValue( _
ByVal As Column, _
ByVal As System.Object _
) As System.Boolean
protected System.bool SetUnboundValue(
Column ,
System.object
)
Parameters
- col
- Column that contains the value.
- value
- Unbound value to be stored at the given column.
Return Value
True if the value was stored successfully.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2