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)
HasColumnType<TComplex>(ComplexCollectionBuilder<TComplex>, String)
HasJsonPropertyName<TComplex>(ComplexCollectionBuilder<TComplex>, String)
ToJson<TComplex>(ComplexCollectionBuilder<TComplex>, String)
net11.0
namespace Microsoft.EntityFrameworkCore
{
public static class RelationalComplexCollectionBuilderExtensions
{
public static ComplexCollectionBuilder<TComplex>! ToJson<TComplex>(this ComplexCollectionBuilder<TComplex>! complexCollectionBuilder, string? jsonColumnName = null)
where TComplex, notnull;
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 10.011.0 |
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore.Relational , Version=10.0.5.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore.Relational , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Relational (10.0.5) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API