IConventionModel.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.
public virtual bool IsOwned (Type type);
abstract member IsOwned : Type -> bool
override this.IsOwned : Type -> bool
Public Overridable Function IsOwned (type As Type) As Boolean
Parameters
- type
- Type
The type of the entity type that could be owned.
Returns
true
if the given type is marked as owned,
null
otherwise.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework