Share via


TableValue.TryGetIndex Method

Definition

Overloads

TryGetIndex(Int32, DValue<RecordValue>)

protected virtual bool TryGetIndex(int index1, out Microsoft.PowerFx.Types.DValue<Microsoft.PowerFx.Types.RecordValue> record);
abstract member TryGetIndex : int * DValue -> bool
override this.TryGetIndex : int * DValue -> bool
Protected Overridable Function TryGetIndex (index1 As Integer, ByRef record As DValue(Of RecordValue)) As Boolean

Parameters

index1
Int32

Returns

Applies to

TryGetIndex(Int32, DValue<RecordValue>, Boolean)

protected virtual bool TryGetIndex(int index1, out Microsoft.PowerFx.Types.DValue<Microsoft.PowerFx.Types.RecordValue> record, bool mutationCopy);
abstract member TryGetIndex : int * DValue * bool -> bool
override this.TryGetIndex : int * DValue * bool -> bool
Protected Overridable Function TryGetIndex (index1 As Integer, ByRef record As DValue(Of RecordValue), mutationCopy As Boolean) As Boolean

Parameters

index1
Int32
mutationCopy
Boolean

Returns

Applies to