Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FunctionImportParameter<ValueT>

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

Type parameters

  • ValueT

    Type of the value

Hierarchy

  • FunctionImportParameter

Index

Constructors

Properties

Constructors

constructor

  • Creates an instance of FunctionImportParameter.

    Parameters

    • originalName: string

      The original name of the parameter in the OData service

    • edmType: EdmType

      Original edm Type

    • value: ValueT

      Value to be used as parameter

    Returns FunctionImportParameter

Properties

edmType

edmType: EdmType

Original edm Type

originalName

originalName: string

The original name of the parameter in the OData service

value

value: ValueT

Value to be used as parameter