TableValue.TryGetIndex 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
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
- record
- DValue<RecordValue>
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
- record
- DValue<RecordValue>
- mutationCopy
- Boolean