ValueBuffer.WithOffset(Int32) 方法

定义

创建一个新的缓冲区,其数据从当前缓冲区中的给定索引开始。

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

参数

offset
Int32

当前缓冲区中将成为新缓冲区中起始槽的槽。

返回

新建的缓冲区。

适用于