ComplexCollectionBuilder<TComplex>
ComplexCollectionBuilder(IMutableComplexProperty)
ComplexCollection(String, Action<ComplexCollectionBuilder>)
ComplexCollection<TElement>(Expression<Func<TComplex, IEnumerable<TElement?>>>)
ComplexCollection<TElement>(Expression<Func<TComplex, IEnumerable<TElement>>>)
ComplexCollection(Type, String, Action<ComplexCollectionBuilder>)
ComplexCollection<TElement>(Expression<Func<TComplex, IEnumerable<TElement?>>>, Action<ComplexCollectionBuilder<TElement>>)
ComplexCollection<TElement>(Expression<Func<TComplex, IEnumerable<TElement?>>>, String)
ComplexCollection<TElement>(Expression<Func<TComplex, IEnumerable<TElement>>>, Action<ComplexCollectionBuilder<TElement>>)
ComplexCollection<TElement>(Expression<Func<TComplex, IEnumerable<TElement>>>, String)
ComplexCollection(Type, String, String, Action<ComplexCollectionBuilder>)
ComplexCollection<TElement>(Expression<Func<TComplex, IEnumerable<TElement?>>>, String, Action<ComplexCollectionBuilder<TElement>>)
ComplexCollection<TElement>(Expression<Func<TComplex, IEnumerable<TElement>>>, String, Action<ComplexCollectionBuilder<TElement>>)
ComplexCollection<TProperty, TElement>(String, Action<ComplexCollectionBuilder<TElement>>)
ComplexCollection<TProperty, TElement>(String, String, Action<ComplexCollectionBuilder<TElement>>)
ComplexProperty(String, Action<ComplexPropertyBuilder>)
ComplexProperty<TProperty>(Expression<Func<TComplex, TProperty?>>)
ComplexProperty<TProperty>(Expression<Func<TComplex, TProperty>>)
ComplexProperty<TProperty>(String, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty(Type, String, Action<ComplexPropertyBuilder>)
ComplexProperty<TProperty>(Expression<Func<TComplex, TProperty?>>, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty<TProperty>(Expression<Func<TComplex, TProperty?>>, String)
ComplexProperty<TProperty>(Expression<Func<TComplex, TProperty>>, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty<TProperty>(Expression<Func<TComplex, TProperty>>, String)
ComplexProperty<TProperty>(String, String, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty(Type, String, String, Action<ComplexPropertyBuilder>)
ComplexProperty<TProperty>(Expression<Func<TComplex, TProperty?>>, String, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty<TProperty>(Expression<Func<TComplex, TProperty>>, String, Action<ComplexPropertyBuilder<TProperty>>)
HasChangeTrackingStrategy(ChangeTrackingStrategy)
HasField(String)
HasPropertyAnnotation(String, Object)
HasTypeAnnotation(String, Object)
Ignore(String)
Ignore(Expression<Func<TComplex, Object>>)
IsRequired(Boolean)
PrimitiveCollection<TProperty>(Expression<Func<TComplex, TProperty>>)
Property<TProperty>(Expression<Func<TComplex, TProperty>>)
UseDefaultPropertyAccessMode(PropertyAccessMode)
UsePropertyAccessMode(PropertyAccessMode)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata.Builders
{
public class ComplexCollectionBuilder<TComplex> : ComplexCollectionBuilder
where TComplex, notnull
{
public virtual ComplexCollectionBuilder<TComplex>! ComplexProperty<TProperty>(Expression<Func<TComplex, TProperty>!>! propertyExpression, string! complexTypeName, Action<ComplexPropertyBuilder<TProperty>!>! buildAction)
where TProperty, notnull;
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API