Member Junction
    Preparing search index...

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

    Index

    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

      • OptionalfieldName: string
      • Optionalvalue: any

      Returns KeyValuePair

    Properties

    FieldName: string

    Field name of the key value pair

    Value: any

    Value of the key value pair