FieldValue
A complex data type that describes a table parameter.
Schema
<xsd:complexType name="FieldValue">
<xsd:all>
<xsd:element name="Name" type="xsd:string"/>
<xsd:element name="Value" type="xsd:string"/>
</xsd:all>
</xsd:complexType>
Elements
Name
The name of the parameter.
Value
The value of the parameter.