RelationalStrings.TpcTableSharingDependent 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.
The entity type '{dependentType}' is mapped to '{storeObject}'. However one of its derived types '{derivedType}' is mapped to '{otherStoreObject}'. Hierarchies using table-sharing cannot be mapped using the TPC mapping strategy.
public static string TpcTableSharingDependent (object? dependentType, object? storeObject, object? derivedType, object? otherStoreObject);
static member TpcTableSharingDependent : obj * obj * obj * obj -> string
Public Shared Function TpcTableSharingDependent (dependentType As Object, storeObject As Object, derivedType As Object, otherStoreObject As Object) As String
Parameters
- dependentType
- Object
- storeObject
- Object
- derivedType
- Object
- otherStoreObject
- 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