TypeCoercionProvider.TryCoerceToTable 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 static bool TryCoerceToTable(this Microsoft.PowerFx.Types.TableValue value, Microsoft.PowerFx.Types.TableType targetType, out Microsoft.PowerFx.Types.TableValue result);
static member TryCoerceToTable : Microsoft.PowerFx.Types.TableValue * Microsoft.PowerFx.Types.TableType * TableValue -> bool
<Extension()>
Public Function TryCoerceToTable (value As TableValue, targetType As TableType, ByRef result As TableValue) As Boolean
Parameters
- value
- TableValue
- targetType
- TableType
- result
- TableValue