ValueBuffer.Item[Int32] Property

Definition

Gets the value at a requested index.

C#
public object this[int index] { get; set; }
C#
public object? this[int index] { get; set; }

Parameters

index
Int32

The index of the value to get.

Property Value

The value at the requested index.

Applies to

Product Versions
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0