Freigeben über


NamedValue Class

Definition

Helper class for representing fields or columns.

public class NamedValue
type NamedValue = class
Public Class NamedValue
Inheritance
NamedValue

Constructors

NamedValue(KeyValuePair<String,FormulaValue>)
NamedValue(String, FormulaValue)

Properties

IsExpandEntity

Useful for determining if the value is an entity or not. And based on that you can decide whether to get the Value at the point of use or not. NOTE: If this is true, then getting the Value will be an expansive operation.

Name
Value

Methods

ValueAsync()

Applies to