IConventionTypeBase
BaseType
Builder
ContainingEntityType
Model
AddComplexIndexerProperty(String, Type, Type, String, Boolean, Boolean)
AddComplexProperty(String, Boolean, Boolean)
AddComplexProperty(MemberInfo, String, Boolean, Boolean)
AddComplexProperty(String, Type, Type, String, Boolean, Boolean)
AddComplexProperty(String, Type, MemberInfo, Type, String, Boolean, Boolean)
AddIgnored(String, Boolean)
AddIndexerProperty(String, Type, Boolean, Boolean)
AddProperty(MemberInfo, Boolean)
AddProperty(String, Boolean)
AddProperty(String, Type, Boolean, Boolean)
AddProperty(String, Type, MemberInfo, Boolean, Boolean)
FindComplexProperty(MemberInfo)
FindComplexProperty(String)
FindDeclaredComplexProperty(String)
FindDeclaredProperty(String)
FindDiscriminatorProperty()
FindIgnoredConfigurationSource(String)
FindMember(String)
FindMembersInHierarchy(String)
FindProperties(IReadOnlyList<String>)
FindProperty(MemberInfo)
FindProperty(String)
GetBaseTypeConfigurationSource()
GetChangeTrackingStrategyConfigurationSource()
GetComplexProperties()
GetDeclaredComplexProperties()
GetDeclaredMembers()
GetDeclaredProperties()
GetDerivedComplexProperties()
GetDerivedProperties()
GetDerivedTypes()
GetDerivedTypesInclusive()
GetDirectlyDerivedTypes()
GetDiscriminatorPropertyConfigurationSource()
GetDiscriminatorValueConfigurationSource()
GetIgnoredMembers()
GetMembers()
GetProperties()
GetProperty(String)
GetPropertyAccessModeConfigurationSource()
GetRootType()
IsIgnored(String)
RemoveComplexProperty(IConventionComplexProperty)
RemoveComplexProperty(String)
RemoveDiscriminatorValue()
RemoveIgnored(String)
RemoveProperty(IReadOnlyProperty)
RemoveProperty(String)
SetBaseType(IConventionTypeBase, Boolean)
SetChangeTrackingStrategy(ChangeTrackingStrategy?, Boolean)
SetDiscriminatorProperty(IReadOnlyProperty, Boolean)
SetDiscriminatorValue(Object, Boolean)
SetPropertyAccessMode(PropertyAccessMode?, Boolean)
GetContainerColumnNameConfigurationSource(IConventionTypeBase)
GetContainerColumnTypeConfigurationSource(IConventionTypeBase)
GetJsonPropertyNameConfigurationSource(IConventionTypeBase)
SetContainerColumnName(IConventionTypeBase, String, Boolean)
SetContainerColumnType(IConventionTypeBase, String, Boolean)
SetJsonPropertyName(IConventionTypeBase, String, Boolean)
net11.0
namespace Microsoft.EntityFrameworkCore
{
public static class RelationalTypeBaseExtensions
{
public static string? SetJsonPropertyName(this IConventionTypeBase! typeBase, string? name, bool fromDataAnnotation = false);
}
}
| .NET | 11.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Microsoft.EntityFrameworkCore.Relational , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Relational (11.0.0-preview.2.26159.112) net11.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API