RelationalRuntimeModelConvention
RelationalRuntimeModelConvention(ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies)
RelationalDependencies
ProcessComplexTypeAnnotations(Dictionary<String, Object>, IComplexType, RuntimeComplexType, Boolean)
ProcessEntityTypeAnnotations(Dictionary<String, Object>, IEntityType, RuntimeEntityType, Boolean)
ProcessEntityTypeMappingFragmentAnnotations(Dictionary<String, Object>, IEntityTypeMappingFragment, RuntimeEntityTypeMappingFragment, Boolean)
ProcessForeignKeyAnnotations(Dictionary<String, Object>, IForeignKey, RuntimeForeignKey, Boolean)
ProcessFunctionAnnotations(Dictionary<String, Object>, IDbFunction, RuntimeDbFunction, Boolean)
ProcessFunctionParameterAnnotations(Dictionary<String, Object>, IDbFunctionParameter, RuntimeDbFunctionParameter, Boolean)
ProcessIndexAnnotations(Dictionary<String, Object>, IIndex, RuntimeIndex, Boolean)
ProcessKeyAnnotations(Dictionary<String, Object>, IKey, RuntimeKey, Boolean)
ProcessModelAnnotations(Dictionary<String, Object>, IModel, RuntimeModel, Boolean)
ProcessPropertyAnnotations(Dictionary<String, Object>, IProperty, RuntimeProperty, Boolean)
ProcessPropertyOverridesAnnotations(Dictionary<String, Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)
ProcessSequenceAnnotations(Dictionary<String, Object>, ISequence, RuntimeSequence, Boolean)
ProcessStoredProcedureAnnotations(Dictionary<String, Object>, IStoredProcedure, RuntimeStoredProcedure, Boolean)
ProcessStoredProcedureParameterAnnotations(Dictionary<String, Object>, IStoredProcedureParameter, RuntimeStoredProcedureParameter, Boolean)
ProcessStoredProcedureResultColumnAnnotations(Dictionary<String, Object>, IStoredProcedureResultColumn, RuntimeStoredProcedureResultColumn, Boolean)
net11.0
namespace Microsoft.EntityFrameworkCore.Metadata.Conventions
{
public class RelationalRuntimeModelConvention : RuntimeModelConvention
{
protected override void ProcessPropertyAnnotations(Dictionary<string!, object?>! annotations, IProperty! property, RuntimeProperty! runtimeProperty, bool runtime);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 10.011.0 |
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore.Relational , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore.Relational , Version=10.0.5.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Relational (11.0.0-preview.2.26159.112) net11.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API