CoreStrings.ValueGenWithConversion(Object, Object, Object) Method
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.
Value generation is not supported for property '{entityType}.{property}' because it has a '{converter}' converter configured. Configure the property to not use value generation using 'ValueGenerated.Never' or 'DatabaseGeneratedOption.None' and specify explicit values instead.
public static string ValueGenWithConversion (object entityType, object property, object converter);
public static string ValueGenWithConversion (object? entityType, object? property, object? converter);
static member ValueGenWithConversion : obj * obj * obj -> string
Public Shared Function ValueGenWithConversion (entityType As Object, property As Object, converter As Object) As String
- entityType
- Object
- property
- Object
- converter
- Object
Product | Versions |
---|---|
Entity Framework Core | 3.0, 3.1, 5.0, 6.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: