Sdílet prostřednictvím


IMutableTypeBase.AddComplexIndexerProperty Metoda

Definice

Přidá do tohoto typu komplexní vlastnost zálohovanou indexerem.

public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableComplexProperty AddComplexIndexerProperty (string name, Type propertyType, Type complexType, string? complexTypeName = default, bool collection = false);
abstract member AddComplexIndexerProperty : string * Type * Type * string * bool -> Microsoft.EntityFrameworkCore.Metadata.IMutableComplexProperty
override this.AddComplexIndexerProperty : string * Type * Type * string * bool -> Microsoft.EntityFrameworkCore.Metadata.IMutableComplexProperty
Public Overridable Function AddComplexIndexerProperty (name As String, propertyType As Type, complexType As Type, Optional complexTypeName As String = Nothing, Optional collection As Boolean = false) As IMutableComplexProperty

Parametry

name
String

Název vlastnosti, která se má přidat.

propertyType
Type

Typ vlastnosti.

complexType
Type

Typ hodnoty, která bude vlastnost obsahovat.

complexTypeName
String

Název komplexního typu.

collection
Boolean

Určuje, zda vlastnost představuje kolekci.

Návraty

Nově vytvořená vlastnost.

Platí pro