ComplexPropertyBuilder
ComplexPropertyBuilder(IMutableComplexProperty)
Metadata
PropertyBuilder
TypeBuilder
ComplexCollection(String)
ComplexCollection(Type, String)
ComplexCollection(Type, String, String)
ComplexCollection(String, Action<ComplexCollectionBuilder>)
ComplexCollection(Type, String, Action<ComplexCollectionBuilder>)
ComplexCollection(Type, String, String, Action<ComplexCollectionBuilder>)
ComplexCollection<TProperty, TElement>(String)
ComplexCollection<TProperty, TElement>(String, Action<ComplexCollectionBuilder<TElement>>)
ComplexCollection<TProperty, TElement>(String, String)
ComplexCollection<TProperty, TElement>(String, String, Action<ComplexCollectionBuilder<TElement>>)
ComplexProperty(String)
ComplexProperty(Type, String)
ComplexProperty(Type, String, String)
ComplexProperty<TProperty>(String)
ComplexProperty(String, Action<ComplexPropertyBuilder>)
ComplexProperty<TProperty>(String, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty<TProperty>(String, String)
ComplexProperty(Type, String, Action<ComplexPropertyBuilder>)
ComplexProperty<TProperty>(String, String, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty(Type, String, String, Action<ComplexPropertyBuilder>)
Equals(Object)
GetHashCode()
HasChangeTrackingStrategy(ChangeTrackingStrategy)
HasDiscriminator()
HasDiscriminator(String, Type)
HasDiscriminator<TDiscriminator>(String)
HasField(String)
HasNoDiscriminator()
HasPropertyAnnotation(String, Object)
HasTypeAnnotation(String, Object)
Ignore(String)
IndexerProperty(Type, String)
IndexerProperty<TProperty>(String)
IsRequired(Boolean)
PrimitiveCollection(String)
PrimitiveCollection(Type, String)
PrimitiveCollection<TProperty>(String)
Property(String)
Property(Type, String)
Property<TProperty>(String)
ToString()
UseDefaultPropertyAccessMode(PropertyAccessMode)
UsePropertyAccessMode(PropertyAccessMode)
HasColumnType(ComplexPropertyBuilder, String)
HasJsonPropertyName(ComplexPropertyBuilder, String)
ToJson(ComplexPropertyBuilder, String)
net11.0
namespace Microsoft.EntityFrameworkCore.Metadata.Builders
{
public class ComplexPropertyBuilder : IInfrastructure<IConventionComplexPropertyBuilder!>, IInfrastructure<IConventionComplexTypeBuilder!>
{
public virtual ComplexPropertyBuilder<TProperty>! ComplexProperty<TProperty>(string! propertyName, string! complexTypeName)
where TProperty, notnull;
}
}
| .NET | 10.011.0 |
|---|---|
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore , Version=10.0.5.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (11.0.0-preview.2.26159.112) net11.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API