IConventionEntityTypeBuilder.CanHaveIndexerProperty Method

Definition

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

public bool CanHaveIndexerProperty (Type propertyType, string propertyName, bool fromDataAnnotation = false);
abstract member CanHaveIndexerProperty : Type * string * bool -> bool
Public Function CanHaveIndexerProperty (propertyType As Type, propertyName As String, Optional fromDataAnnotation As Boolean = false) As Boolean

Parameters

propertyType
Type

The type of value the property will hold.

propertyName
String

The name of the property to be configured.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the property can be added.

Applies to