CoreStrings.ValueGenWithConversion(Object, Object, Object) Method
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.
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
Parameters
- entityType
- Object
- property
- Object
- converter
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework