Aracılığıyla paylaş


IMutableTypeBase.AddComplexIndexerProperty Yöntem

Tanım

Bu türe dizin oluşturucu tarafından yedeklenen karmaşık bir özellik ekler.

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

Parametreler

name
String

Eklenecek özelliğin adı.

propertyType
Type

Özellik türü.

complexType
Type

Özelliğin barındıracağı değerin türü.

complexTypeName
String

Karmaşık türün adı.

collection
Boolean

özelliğinin bir koleksiyonu temsil edip etmediğini gösterir.

Döndürülenler

Yeni oluşturulan özellik.

Şunlara uygulanır