InMemoryTableSnapshot
InMemoryTableSnapshot
Class
Definition
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public class InMemoryTableSnapshot
Public Class InMemoryTableSnapshot
- Inheritance
-
System.ObjectSystem.ObjectInMemoryTableSnapshotInMemoryTableSnapshot
Constructors
InMemoryTableSnapshot(IEntityType, IReadOnlyList InMemoryTableSnapshot(IEntityType, IReadOnlyList(Of Object()))
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public InMemoryTableSnapshot(IEntityType entityType, IReadOnlyList<object[]> rows)
Public Sub New(entityType As IEntityType, rows As IReadOnlyList(Of Object()))
Parameters
- entityType
- IEntityType IEntityType
- rows
- System.Collections.Generic.IReadOnlyList<System.Object[]> System.Collections.Generic.IReadOnlyList(Of System.Object())
Properties
EntityType EntityType
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public virtual IEntityType EntityType { get; }
Public Overridable ReadOnly Property EntityType As IEntityType
- Value
- IEntityType IEntityType
Rows Rows
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public virtual IReadOnlyList<object[]> Rows { get; }
Public Overridable ReadOnly Property Rows As IReadOnlyList(Of Object())
- Value
- System.Collections.Generic.IReadOnlyList<System.Object[]> System.Collections.Generic.IReadOnlyList(Of System.Object())