ComplexPropertyBuilder<TComplex>.PrimitiveCollection<TProperty> Yöntem

Tanım

Varlık türünün ilkel koleksiyon özelliğini yapılandırmak için kullanılabilecek bir nesne döndürür. Belirtilen özellik modelin bir parçası değilse eklenir.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder<TProperty> PrimitiveCollection<TProperty> (System.Linq.Expressions.Expression<Func<TComplex,TProperty>> propertyExpression);
override this.PrimitiveCollection : System.Linq.Expressions.Expression<Func<'Complex, 'Property>> -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder<'Property>
Public Overridable Function PrimitiveCollection(Of TProperty) (propertyExpression As Expression(Of Func(Of TComplex, TProperty))) As ComplexTypePrimitiveCollectionBuilder(Of TProperty)

Tür Parametreleri

TProperty

Parametreler

propertyExpression
Expression<Func<TComplex,TProperty>>

Yapılandırılacak özelliği temsil eden bir lambda ifadesi ( blog => blog.Url).

Döndürülenler

özelliğini yapılandırmak için kullanılabilecek bir nesne.

Şunlara uygulanır