Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a GUID parameter to the AdoNetInvokeParametersBuilder object.
MyPB.addGuid(name, value);
Arguments
name
A string that contains the name of the parameter to be added.value
A string value of the parameter to be added.
Return Value
None.
Remarks
The parameter must be a string in the form of "########-####-####-####-############", which is 8 characters, hyphen, 4 characters, hyphen, 4 characters, hyphen, 12 characters.