OwnedNavigationTableBuilder<TOwnerEntity,TDependentEntity>.Property<TProperty> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 屬性對應至目前資料表上的資料行,並傳回物件,如果屬性對應至多個資料表,則可用來提供資料表特定的組態。
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ColumnBuilder<TProperty> Property<TProperty> (System.Linq.Expressions.Expression<Func<TDependentEntity,TProperty>> propertyExpression);
override this.Property : System.Linq.Expressions.Expression<Func<'DependentEntity, 'Property>> -> Microsoft.EntityFrameworkCore.Metadata.Builders.ColumnBuilder<'Property>
Public Overridable Function Property(Of TProperty) (propertyExpression As Expression(Of Func(Of TDependentEntity, TProperty))) As ColumnBuilder(Of TProperty)
類型參數
- TProperty
參數
- propertyExpression
- Expression<Func<TDependentEntity,TProperty>>
Lambda 運算式,表示要設定 () blog => blog.Url
的屬性。
傳回
物件,可用來設定 屬性。