Batch.getParameters
bool getParameters(out gda.set.Set outParams)Get a new #GdaSet object which groups all the execution parameters which batch needs for all the statements it includes. This new object is returned though out_params.
Note that if batch does not need any parameter, then out_params is set to null.
Parameters
outParams | a place to store a new #GdaSet object, or null |
Returns
TRUE if no error occurred.
Throws
[BatchException]