Element Details: SP+Parameters
 Back


Available in: Logi Info Source code name: SPParameters

SPParameters specify the parameters for a Stored Procedure. Parameters should be listed in order.

For a Stored Procedure with no parameters, you may still want to include this element. When this element is not included, the server attempts to automatically derive the parameters from the database, and matches up the parameter names with values from LinkParams or fields from a Detail page. Therefore, it is better to use SPParameters, as opposed to the now depricated SPInputParams, SPOutputParams, and SPAutoParams.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
NullValue
UserDefined
When a parameter value matches the value of this attribute, NULL is passed into the database. The default NullValue is an empty string.



PARENT ELEMENTS

Click element to drill down for more information.

Authentication.SP
DataLayer.SP
Execute.SP
HierarchicalLookup.SP
Lookup.SP
Procedure.SP
Right.SP
User Roles.SP


CHILD ELEMENTS

Click element to drill down for more information.

SP Parameter


 Back to top


 Chart Debug