SetData(Int32,String,Object,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Overridable Function SetData( _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.Object, _
ByVal As System.Boolean _
) As System.Boolean
public virtual System.bool SetData(
System.int ,
System.string ,
System.object ,
System.bool
)
Parameters
- row
- colName
- value
- coerce
See Also