Share via


ValueBuffer.WithOffset(Int32) Method

Definition

Creates a new buffer with data starting at the given index in the current buffer.

public Microsoft.EntityFrameworkCore.Storage.ValueBuffer WithOffset (int offset);
member this.WithOffset : int -> Microsoft.EntityFrameworkCore.Storage.ValueBuffer
Public Function WithOffset (offset As Integer) As ValueBuffer

Parameters

offset
Int32

The slot in the current buffer that will be the starting slot in the new buffer.

Returns

The newly created buffer.

Applies to