RuntimeComplexProperty
RuntimeComplexProperty(String, Type, String, Type, PropertyInfo, FieldInfo, RuntimeTypeBase, PropertyAccessMode, Boolean, Boolean, ChangeTrackingStrategy, PropertyInfo, Boolean, String, Object, Int32, Int32)
ClrType
ComplexType
DebugView
DeclaringType
IsCollection
Sentinel
ToString()
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public class RuntimeComplexProperty : RuntimePropertyBase, IAnnotatable, IReadOnlyAnnotatable, IComplexProperty, IRuntimeComplexProperty, IRuntimePropertyBase, IPropertyBase, IReadOnlyComplexProperty, IReadOnlyPropertyBase
{
[EntityFrameworkInternal]
public RuntimeComplexProperty(string! name, Type! clrType, string! targetTypeName, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors | DynamicallyAccessedMemberTypes.NonPublicConstructors | DynamicallyAccessedMemberTypes.PublicFields | DynamicallyAccessedMemberTypes.NonPublicFields | DynamicallyAccessedMemberTypes.PublicProperties | DynamicallyAccessedMemberTypes.NonPublicProperties | DynamicallyAccessedMemberTypes.Interfaces)] Type! targetType, PropertyInfo? propertyInfo, FieldInfo? fieldInfo, RuntimeTypeBase! declaringType, PropertyAccessMode propertyAccessMode, bool nullable, bool collection, ChangeTrackingStrategy changeTrackingStrategy, PropertyInfo? indexerPropertyInfo, bool propertyBag, string? discriminatorProperty, object? discriminatorValue, int propertyCount, int complexPropertyCount);
}
}
| .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