Internal representation of operation parameters. It adds metadata to the value.

Type Parameters

  • ValueT

    Type of the value.

Constructors

Properties

Constructors

  • Creates an instance of OperationParameter.

    Type Parameters

    • ValueT

    Parameters

    • originalName: string

      The original name of the parameter in the OData service.

    • edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4

      Original EDM type.

    • value: ValueT

      Value to be used as parameter.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    Returns OperationParameter<ValueT>

Properties

originalName: string
value: ValueT