Table of Contents

Class Snapshot<T0, T1, T2, T3, T4, T5>

Namespace
Microsoft.EntityFrameworkCore.ChangeTracking.Internal
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> : ISnapshot

Type Parameters

T0
T1
T2
T3
T4
T5
Inheritance
Snapshot<T0, T1, T2, T3, T4, T5>
Implements
Inherited Members

Constructors

Snapshot(T0, T1, T2, T3, T4, T5)

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)

Parameters

value0 T0
value1 T1
value2 T2
value3 T3
value4 T4
value5 T5

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

object

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