SetArgument(int, object)
abstract
public abstract void SetArgument(int index, object value) Sets the argument at the specified index.
Parameters
indexint- The argument index.
valueobject- The argument value
public abstract void SetArgument(int index, object value)indexintvalueobject