AutoLinkComparison
AutoLinkComparison class
Defines a rule that compares a column in the parent DataRecordset element with a shape data item from the last successful automatic linking action performed in the user interface.
Methods
| Name | Description |
|---|---|
| getColumnName() | Corresponds to a column name in the ADO recordset. |
| getContextType() | Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table. |
| getContextTypeLabel() | If the ContextType value is 2 or 3, this attribute is required to define a comparison. For ContextType = 2, ContextTypeL |
| setColumnName() | Corresponds to a column name in the ADO recordset. |
| setContextType() | Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table. |
| setContextTypeLabel() | If the ContextType value is 2 or 3, this attribute is required to define a comparison. For ContextType = 2, ContextTypeL |
getColumnName()
Corresponds to a column name in the ADO recordset.
getContextType()
Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table. The value of the property is ContextTypeValue integer constant.
getContextTypeLabel()
If the ContextType value is 2 or 3, this attribute is required to define a comparison. For ContextType = 2, ContextTypeLabel must be the shape data item label, and if ContextType = 3, ContextTypeLabel must be the local row name.
setColumnName()
Corresponds to a column name in the ADO recordset.
setContextType()
Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table. The value of the property is ContextTypeValue integer constant.
setContextTypeLabel()
If the ContextType value is 2 or 3, this attribute is required to define a comparison. For ContextType = 2, ContextTypeLabel must be the shape data item label, and if ContextType = 3, ContextTypeLabel must be the local row name.