The alias name of a database field with which to compare the field specified in the Alias property.
For example, for a WHERE clause CardName = CntctPrsn, the Alias property would be CardName and the ComparedAlias property would be CntctPrson.
The alias name of a database field with which to compare the field specified in the Alias property.
For example, for a WHERE clause CardName = CntctPrsn, the Alias property would be CardName and the ComparedAlias property would be CntctPrson.
| Visual Basic |
|---|
Public Property ComparedAlias() As String |