IConventionProperty.GetElementType Method

Definition

Gets the configuration for elements of the primitive collection represented by this property.

public Microsoft.EntityFrameworkCore.Metadata.IConventionElementType? GetElementType ();
abstract member GetElementType : unit -> Microsoft.EntityFrameworkCore.Metadata.IConventionElementType
Public Function GetElementType () As IConventionElementType

Returns

The configuration for the elements.

Applies to