Aracılığıyla paylaş


SplitViewBuilder<TEntity>.Property<TProperty> Yöntem

Tanım

Özelliği geçerli görünümdeki bir sütunla eşler ve özellik birden fazla görünüme eşlenmişse görünüme özgü yapılandırma sağlamak için kullanılabilecek bir nesne döndürür.

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

Tür Parametreleri

TProperty

Parametreler

propertyExpression
Expression<Func<TEntity,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