AggregateType.TryGetUnderlyingFieldType(String, FormulaType) 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.
public virtual bool TryGetUnderlyingFieldType(string name, out Microsoft.PowerFx.Types.FormulaType type);
abstract member TryGetUnderlyingFieldType : string * FormulaType -> bool
override this.TryGetUnderlyingFieldType : string * FormulaType -> bool
Public Overridable Function TryGetUnderlyingFieldType (name As String, ByRef type As FormulaType) As Boolean
Parameters
- name
- String
- type
- FormulaType