<ComplexProperty Name="Address" TypeName="NorthwindModel.CommonAddress"> <ScalarProperty Name="Address" ColumnName="Address" /> <ScalarProperty Name="City" ColumnName="City" /> <ScalarProperty Name="Region" ColumnName="Region" /> <ScalarProperty Name="PostalCode" ColumnName="PostalCode" /> <S...
Microsoft.EntityFrameworkCore.ChangeTracking ArrayStructuralComparer<TElement> CascadeTiming CaseInsensitiveValueComparer ChangeTracker ChangeTrackerDebugStringOptions CollectionEntry CollectionEntry<TEntity,TRelatedEntity> ComplexPropertyEntry ComplexPropertyEntry ...
<ComplexPropertyName="Address"TypeName="NorthwindModel.CommonAddress"> <ScalarPropertyName="Address"ColumnName="Address"/> <ScalarPropertyName="City"ColumnName="City"/> <ScalarPropertyName="Region"ColumnName="Region"/> <ScalarPropertyName="PostalCode"ColumnName="PostalCode"/> <ScalarPropertyName="Coun...
包: Microsoft.EntityFrameworkCore v8.0.0 重载 展开表 ComplexProperty(String, Action<ComplexPropertyBuilder>) 配置复杂类型的复杂属性。如果不存在具有给定名称的属性,则将添加新属性。 ComplexProperty(Type, String, Action<ComplexPropertyBuilder>) 配置复杂类型的复杂属性。如果不存在具有给定...
C# 复制 public System.Data.Entity.Infrastructure.DbComplexPropertyEntry ComplexProperty (string propertyName); 参数 propertyName String 复杂属性的名称。 返回 DbComplexPropertyEntry 表示复杂属性的对象。 适用于 产品版本 Entity Framework 4.3.1, 5.0.0, 6.2.0 在...
TComplexProperty 复杂属性的类型。 参数 property 类型:System.Linq.Expressions.Expression<Func<TEntity, TComplexProperty>> 表示复杂属性的表达式。 返回值 类型:System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity, TComplexProperty> 表示复杂属性的对象。 请参阅 参考 DbEntityEntry<TEntity> 类 Compl...
publicSystem.Data.Entity.Infrastructure.DbComplexPropertyEntryComplexProperty(stringpropertyName); 參數 propertyName String 複雜屬性的名稱。 傳回 DbComplexPropertyEntry 表示複雜屬性的物件。 適用於 產品版本 Entity Framework4.3.1, 5.0.0, 6.2.0 在此文章 ...
實體資料模型 工具也會產生一對部分方法,名稱為OnPropertyChanging和OnPropertyChanged。這兩個方法會在屬性 setter 中被呼叫。請在部分類別中擴充這些方法,以便在屬性變更期間插入自訂商務邏輯。如需詳細資訊,請參閱HOW TO:在屬性變更期間執行商務邏輯 (Entity Framework)。
propertyName 类型:System.String 嵌套属性的名称。 返回值 类型:System.Data.Entity.Infrastructure.DbComplexPropertyEntry 表示嵌套属性的对象。 请参阅 参考 DbComplexPropertyEntry<TEntity, TComplexProperty> 类 ComplexProperty 重载 System.Data.Entity.Infrastructure 命名空间...
程序集:EntityFramework(在 EntityFramework.dll 中) 语法 VB复制 声明PublicFunctionComplexProperty(OfTNestedComplexProperty) ( _ propertyNameAsString_ )AsDbComplexPropertyEntry(OfTEntity, TNestedComplexProperty) 用法DiminstanceAsDbComplexPropertyEntryDimpropertyNameAsStringDimreturnValueAsDbComplexPropertyEntry(Of...