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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework