Freigeben über


TableType.Add Method

Definition

Overloads

Add(NamedFormulaType)

Adding a field to a TableType requires the type to be fully expanded.

Add(String, FormulaType, String)

Wrapper for Add(NamedFormulaType).

Add(NamedFormulaType)

Adding a field to a TableType requires the type to be fully expanded.

public Microsoft.PowerFx.Types.TableType Add(Microsoft.PowerFx.Types.NamedFormulaType field);
member this.Add : Microsoft.PowerFx.Types.NamedFormulaType -> Microsoft.PowerFx.Types.TableType
Public Function Add (field As NamedFormulaType) As TableType

Parameters

field
NamedFormulaType

Field being added.

Returns

Applies to

Add(String, FormulaType, String)

Wrapper for Add(NamedFormulaType).

public Microsoft.PowerFx.Types.TableType Add(string logicalName, Microsoft.PowerFx.Types.FormulaType type, string optionalDisplayName = default);
member this.Add : string * Microsoft.PowerFx.Types.FormulaType * string -> Microsoft.PowerFx.Types.TableType
Public Function Add (logicalName As String, type As FormulaType, Optional optionalDisplayName As String = Nothing) As TableType

Parameters

logicalName
String
optionalDisplayName
String

Returns

Applies to