EDB_WRONGFIELDNAME Define | |
RDD Error Number.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax DEFINE EDB_WRONGFIELDNAME := 1037 AS LONG
public const int EDB_WRONGFIELDNAME = 1037
Request Example
View SourceField Value
Type:
LongRemarks This define has the same value as a member of the Subcodes enum. You can use either the define or the enum value in your code.
See Also