Used to a store a combination of a key and value pair for a variety of purposes including primary/foreign keys.

Constructors

Properties

Constructors

  • Construct a new instance by optionally providing a field name and value. This is useful for creating a key value pair on the fly without needing to set the properties manually.

    Parameters

    • Optional fieldName: string
    • Optional value: any

    Returns KeyValuePair

Properties

FieldName: string

Field name of the key value pair

Value: any

Value of the key value pair