LocalProcedureRequest

Type: Tessitura.Service.Client.Custom.LocalProcedureRequest

Property Name Data Type Length Required Readonly Notes
ProcedureId integer Id of procedure in TR_LOCAL_PROCEDURE to execute.
ProcedureName string Name of procedure in TR_LOCAL_PROCEDURE to execute.
Parameters (DEPRECATED) string List of procedure parameters in the form "@param1_name=value&@param2_name=value&@param3_name=value".The parameter values that contain & or = should be escaped with a backslash(\\).Obsolete: Will be removed in V16. Use ParameterValues collection instead.
ParameterValues Collection of ParameterValue Collection of procedure parameters as name/value pairs.