Difference between revisions of "Data 1 0-StructToQueryString"
From ADF Docs
Line 4: | Line 4: | ||
public string <strong>StructToQueryString</strong> ( struct struct ) | public string <strong>StructToQueryString</strong> ( struct struct ) | ||
− | == Parameters == | + | == Parameters == |
− | + | <table id="lib-params"> | |
+ | <tr class="header"> | ||
+ | <td>Required</td> | ||
+ | <td>Name</td> | ||
+ | <td>Type</td> | ||
+ | <td>Description</td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td class="required">required</td> | ||
+ | |||
+ | <td>struct</td> | ||
+ | <td>struct</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Revision as of 03:41, 24 March 2010
Description
Signature
public string StructToQueryString ( struct struct )
Parameters
Required | Name | Type | Description |
required | struct | struct |