TableType.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- type
- FormulaType
- optionalDisplayName
- String