次の方法で共有


RuntimeEntityType.IRuntimeEntityType.ShadowValuesFactory プロパティ

定義

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

プロパティ値

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

実装

Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeEntityType.ShadowValuesFactory

適用対象