IReadOnlyProperty.GetElementType Method

Definition

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

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

Returns

The configuration for the elements.

Applies to