Udostępnij za pośrednictwem


IMutableTypeBase.AddComplexIndexerProperty Metoda

Definicja

Dodaje właściwość złożoną utworzoną przez indeksator do tego typu.

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

Nazwa właściwości do dodania.

propertyType
Type

Typ właściwości.

complexType
Type

Typ wartości, która będzie przechowywana przez właściwość.

complexTypeName
String

Nazwa typu złożonego.

collection
Boolean

Wskazuje, czy właściwość reprezentuje kolekcję.

Zwraca

Nowo utworzona właściwość.

Dotyczy