RelationalStrings.EntitySplittingMissingRequiredPropertiesOptionalDependent 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.
Entity type '{entityType}' has a split mapping and is an optional dependent sharing a store object, but it doesn't map any required non-shared property to the main store object. Keep at least one required non-shared property mapped to a column on '{storeObject}' or mark '{entityType}' as a required dependent by calling '{requiredDependentConfig}'.
public static string EntitySplittingMissingRequiredPropertiesOptionalDependent (object? entityType, object? storeObject, object? requiredDependentConfig);
static member EntitySplittingMissingRequiredPropertiesOptionalDependent : obj * obj * obj -> string
Public Shared Function EntitySplittingMissingRequiredPropertiesOptionalDependent (entityType As Object, storeObject As Object, requiredDependentConfig As Object) As String
Parameters
- entityType
- Object
- storeObject
- Object
- requiredDependentConfig
- 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