Database.sp.setInputParameter()

Signature

void setInputParameter(Object handle, int index, Object value)

Domain

ACTION

Description

Sets input parameter of the stored procedure at the given index. Indices are 1-based.

Parameters

NameTypeDescription
handleObjectinitStoredProc()
indexintIndex at which to set input parameter.
valueObjectValue to set at the given index.

Returns

TypeDescription
void