IConventionEntityTypeBuilder.CanHaveServiceProperty Method

Definition

Returns a value indicating whether the given service property can be added to this entity type.

public bool CanHaveServiceProperty (System.Reflection.MemberInfo memberInfo, bool fromDataAnnotation = false);
abstract member CanHaveServiceProperty : System.Reflection.MemberInfo * bool -> bool
Public Function CanHaveServiceProperty (memberInfo As MemberInfo, Optional fromDataAnnotation As Boolean = false) As Boolean

Parameters

memberInfo
MemberInfo

The PropertyInfo or FieldInfo of the property.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the service property can be added.

Applies to