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.
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. |