Click or drag to resize

_SET_ASSERTS Define

X#
Specifies whether to pad a shorter string with spaces when making a SQL string comparison or binary expression with zero (0) bytes when making a binary expression comparison in SQL commands using the equal sign operator (=).

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.22 GA
Syntax
 DEFINE _SET_ASSERTS := 125 AS LONG
Request Example View Source

Field Value

Type: Long
Remarks
This define has the same value as a member of the Set enum. You can use either the define or the enum value in your code. If you are coming from XHarbour or Xbase++ please don't use SET.CH. The values in the Set enum may be different: we have merged the SET defines from various dialects and there were some conflicting values.
See Also