In This Topic
Sets the requested data. It can be an object, stream, string or something else depending on the data provider.
Syntax
'Declaration
Public Sub SetData( _
ByVal As Object _
)
public void SetData(
object
)
Parameters
- data
- The data to be passed to the DbCommand
See Also