IProperty.GetElementType Method

Definition

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

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

Returns

The configuration for the elements.

Applies to