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.
In CSDLBI 2.0 and CSDLBI 2.5, the TParameterValuesColumn complex type <48>defines the M parameter’s associated entity and property.
The TParameterValuesColumn complex type is defined in the schema as follows.
<xs:complexType name="TParameterValuesColumn">
<xs:sequence>
<xs:element name="EntityRef" type="bi:TEntityRef" minOccurs="1" maxOccurs="1" />
<xs:element name="PropertyRef" type="bi:TPropertyRef" minOccurs="1" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
The elements that are defined by the TParameterValuesColumn complex type are specified in the following table.
|
Element |
Description |
|---|---|
|
EntityRef |
An element that contains a reference to the entity that contains the PropertyRef element of this M parameter. |
|
PropertyRef |
An element that contains a reference to the column that corresponds to this M parameter. |