SPOutputParams

From GreenVulcano Wiki
Revision as of 17:13, 23 January 2012 by Anonymous (talk) (Created page with "This element defines the set of output parameters from the store procedure. It has two subelement: * Description; * SPOutputParam(+). ==SPOutputParam== This element defines a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This element defines the set of output parameters from the store procedure. It has two subelement:

  • Description;
  • SPOutputParam(+).


SPOutputParam

This element defines an output parameter of the store procedure. It has as parameters:

  • type: This attribute identifies the type of the output parameter. See DataTypes;
  • position: defines the position that the parameter has in the statement;

and one subelement

  • Description.