Options
All
  • Public
  • Public/Protected
  • All
Menu

Internal representation of function import parameters. It adds metadata to the value.

Type parameters

  • ValueT

    Type of the value

Hierarchy

  • FunctionImportParameter

Index

Constructors

  • Creates an instance of FunctionImportParameter.

    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 Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.

    Returns FunctionImportParameter<ValueT>

Properties

originalName: string
value: ValueT