RuntimeProperty.IReadOnlyProperty.GetElementType Method

Definition

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

Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType IReadOnlyProperty.GetElementType ();
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetElementType : unit -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetElementType : unit -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType
Function GetElementType () As IReadOnlyElementType Implements IReadOnlyProperty.GetElementType

Returns

The configuration for the elements.

Implements

Applies to