CoreStrings.ValueGenWithConversion(Object, Object, Object) Method

Definition

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