Class Snapshot<T0, T1, T2>
- Assembly
- Microsoft.EntityFrameworkCore.dll
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public sealed class Snapshot<T0, T1, T2> : ISnapshot
Type Parameters
T0
T1
T2
- Inheritance
-
Snapshot<T0, T1, T2>
- Implements
- Inherited Members
Constructors
Snapshot(T0, T1, T2)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public Snapshot(T0 value0, T1 value1, T2 value2)
Parameters
value0
T0value1
T1value2
T2
Properties
this[int]
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public object? this[int index] { get; set; }
Parameters
index
int
Property Value
Methods
GetValue<T>(int)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public T GetValue<T>(int index)
Parameters
index
int
Returns
- T
Type Parameters
T