IMutableTypeBase.AddComplexIndexerProperty Метод

Определение

Добавляет к этому типу сложное свойство, резервное копирование с помощью индексатора.

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

Параметры

name
String

Имя добавляемого свойства.

propertyType
Type

Тип свойства.

complexType
Type

Тип значения, которое будет храниться в свойстве.

complexTypeName
String

Имя сложного типа.

collection
Boolean

Указывает, представляет ли свойство коллекцию.

Возвращаемое значение

Только что созданное свойство.

Применяется к