Share via


2.2.4.2.2.20.1 ColumnBinding

This complex type represents a binding to a column of a table.   

   <xsd:complexType name="ColumnBinding" >
     <xsd:complexContent>
       <xsd:extension base="Binding">
         <xsd:all>
           <xsd:element name="TableID" type="xsd:string"/>
           <xsd:element name="ColumnID" type="xsd:string"/>
         </xsd:all>
       </xsd:extension>
     </xsd:complexContent>
   </xsd:complexType>

Element

Read-Only

Default value

Description

TableID

[Required]

The ID of the table in the DataSourceView.

ColumnID

[Required]

The ID of the column in the DataSourceView.