共用方式為


RuntimeEntityType.IRuntimeEntityType.EmptyShadowValuesFactory 屬性

定義

Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeEntityType.EmptyShadowValuesFactory
Func<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.ISnapshot> Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeEntityType.EmptyShadowValuesFactory { get; }
member this.Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeEntityType.EmptyShadowValuesFactory : Func<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.ISnapshot>
 ReadOnly Property EmptyShadowValuesFactory As Func(Of ISnapshot) Implements IRuntimeEntityType.EmptyShadowValuesFactory

屬性值

Func<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.ISnapshot>

實作

Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeEntityType.EmptyShadowValuesFactory

適用於