ValueBuffer Struct
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.
Represents a set of indexed values. Typically used to represent a row of data returned from a database.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public struct ValueBuffer
public readonly struct ValueBuffer
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ValueBuffer
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ValueBuffer : IEquatable<Microsoft.EntityFrameworkCore.Storage.ValueBuffer>
type ValueBuffer = struct
[<System.Runtime.CompilerServices.IsReadOnly>]
type ValueBuffer = struct
Public Structure ValueBuffer
Public Structure ValueBuffer
Implements IEquatable(Of ValueBuffer)
- Inheritance
-
ValueBuffer
- Attributes
- Implements
See Implementation of database providers and extensions for more information and examples.
Value |
Initializes a new instance of the ValueBuffer class. |
Value |
Initializes a new instance of the ValueBuffer class. |
Value |
Initializes a new instance of the ValueBuffer class. |
Value |
Initializes a new instance of the ValueBuffer class. |
Empty |
A buffer with no values in it. |
Count |
Gets the number of values in this buffer. |
Is |
Gets a value indicating whether the value buffer is empty. |
Item[Int32] |
Gets the value at a requested index. |
Equals(Object) |
Determines if this value buffer is equivalent to a given object (i.e. if they are both value buffers and contain the same values). |
Equals(Value |
Indicates whether the current object is equal to another object of the same type. |
Get |
Gets the hash code for the value buffer. |
With |
Creates a new buffer with data starting at the given index in the current buffer. |
Toode | Versioonid |
---|---|
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 |
Toote „Entity Framework“ tagasiside
Entity Framework on avatud lähtekoodiga projekt. Tagasiside andmiseks valige link: