Class Snapshot<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9>
- 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, T3, T4, T5, T6, T7, T8, T9> : ISnapshot
Type Parameters
T0
T1
T2
T3
T4
T5
T6
T7
T8
T9
- Inheritance
-
Snapshot<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9>
- Implements
- Inherited Members
Constructors
Snapshot(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
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, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9)
Parameters
value0
T0value1
T1value2
T2value3
T3value4
T4value5
T5value6
T6value7
T7value8
T8value9
T9
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