IClrPropertySetter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents operations backed by compiled delegates that support setting the value of a mapped EF property.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public interface IClrPropertySetter
type IClrPropertySetter = interface
Public Interface IClrPropertySetter
Remarks
See Implementation of database providers and extensions for more information and examples.
Methods
SetClrValue(Object, Object) |
Sets the value of the property. |
Applies to
Entity Framework