IMutableModel.IsOwned(Type) 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.
Returns a value indicating whether the entity types using the given type should be configured as owned types when discovered by conventions.
public bool IsOwned (Type type);
abstract member IsOwned : Type -> bool
Public Function IsOwned (type As Type) As Boolean
Parameters
- type
- Type
The type of the entity type that might be owned.
Returns
true
if a matching entity type should be configured as owned when discovered,
false
otherwise.
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