CoreStrings.DuplicatePropertiesOnBase 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.
The type '{entityType}' cannot have base type '{baseType}' because the properties '{derivedPropertyType}.{derivedProperty}' and '{basePropertyType}.{baseProperty}' are in conflict.
public static string DuplicatePropertiesOnBase (object entityType, object baseType, object derivedPropertyType, object derivedProperty, object basePropertyType, object baseProperty);
public static string DuplicatePropertiesOnBase (object? entityType, object? baseType, object? derivedPropertyType, object? derivedProperty, object? basePropertyType, object? baseProperty);
static member DuplicatePropertiesOnBase : obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicatePropertiesOnBase (entityType As Object, baseType As Object, derivedPropertyType As Object, derivedProperty As Object, basePropertyType As Object, baseProperty As Object) As String
- entityType
- Object
- baseType
- Object
- derivedPropertyType
- Object
- derivedProperty
- Object
- basePropertyType
- Object
- baseProperty
- Object
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: