📚 SAP Business One SDK Help

ComparedAlias Property
See Also 

Description

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.

Property type

Read-write property

Syntax

Visual Basic
Public Property ComparedAlias() As String

See Also