ValueBuffer.WithOffset(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新的缓冲区,其数据从当前缓冲区中的给定索引开始。
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
当前缓冲区中将成为新缓冲区中起始槽的槽。
返回
新建的缓冲区。