IMutableProperty.GetElementType Method

Definition

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

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

Returns

The configuration for the elements.

Applies to