RuntimeProperty.GetElementType Method

Definition

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

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

Returns

The configuration for the elements.

Implements

Applies to