ValueBuffer.WithOffset(Int32) 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework