RuntimePropertyBase.SetSetter<TEntity,TValue> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public virtual void SetSetter<TEntity,TValue> (Action<TEntity,TValue> setter) where TEntity : class;
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member SetSetter : Action<'Entity, 'Value (requires 'Entity : null)> -> unit (requires 'Entity : null)
override this.SetSetter : Action<'Entity, 'Value (requires 'Entity : null)> -> unit (requires 'Entity : null)
Public Overridable Sub SetSetter(Of TEntity As Class, TValue As Class) (setter As Action(Of TEntity, TValue))
类型参数
- TEntity
- TValue
参数
- setter
- Action<TEntity,TValue>
- 属性