Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RuleType

Type of rule as described below. PRIMARYKEY - Primary key constraint defined in the source database. FOREIGNKEY - Foreign key constraint defined in the source database. UNIQUEKEY - Unique key constraint defined in the source database.

Enumeration members

Foreignkey

Foreignkey: = "FOREIGNKEY"

Primarykey

Primarykey: = "PRIMARYKEY"

Uniquekey

Uniquekey: = "UNIQUEKEY"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj