2.59 ParameterRef

The ParameterRef element specifies a parameter reference node in a query expression tree.

The following are the parent and child elements of the ParameterRef element.

Parent elements

Expression

Child elements

ParameterRef.ParameterName

The following is the XML Schema definition of the ParameterRef element.          

 <xsd:complexType name="ParameterRefType">
   <xsd:all>
     <xsd:element name="ParameterName" type="xsd:string" />
   </xsd:all>
 </xsd:complexType>