TableType.Empty 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.
Static builder method for constructing a TableType. Use with Add(NamedFormulaType) to construct a Table type.
public static Microsoft.PowerFx.Types.TableType Empty();
static member Empty : unit -> Microsoft.PowerFx.Types.TableType
Public Shared Function Empty () As TableType
Returns
An empty TableType instance.