Udostępnij przez


RelationalRuntimeModelConvention.ProcessPropertyOverridesAnnotations Metoda

Definicja

Przeciążenia

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

Aktualizacje właściwość relacyjna zastępuje adnotacje, które zostaną ustawione w obiekcie tylko do odczytu.

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

Aktualizacje właściwość relacyjna zastępuje adnotacje, które zostaną ustawione w obiekcie tylko do odczytu.

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

Źródło:
RelationalRuntimeModelConvention.cs

Aktualizacje właściwość relacyjna zastępuje adnotacje, które zostaną ustawione w obiekcie tylko do odczytu.

protected virtual void ProcessPropertyOverridesAnnotations(System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides propertyOverrides, Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides runtimePropertyOverrides, bool runtime);
abstract member ProcessPropertyOverridesAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides * bool -> unit
override this.ProcessPropertyOverridesAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides * bool -> unit
Protected Overridable Sub ProcessPropertyOverridesAnnotations (annotations As Dictionary(Of String, Object), propertyOverrides As IRelationalPropertyOverrides, runtimePropertyOverrides As RuntimeRelationalPropertyOverrides, runtime As Boolean)

Parametry

annotations
Dictionary<String,Object>

Adnotacje do przetworzenia.

propertyOverrides
Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides

Przesłonięcia właściwości relacyjnej źródła.

runtimePropertyOverrides
RuntimeRelationalPropertyOverrides

Docelowa właściwość relacyjna zastępuje adnotacje, które będą zawierać adnotacje.

runtime
Boolean

Wskazuje, czy podane adnotacje są adnotacjami środowiska uruchomieniowego.

Dotyczy

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

Źródło:
RelationalRuntimeModelConvention.cs
Źródło:
RelationalRuntimeModelConvention.cs
Źródło:
RelationalRuntimeModelConvention.cs

Aktualizacje właściwość relacyjna zastępuje adnotacje, które zostaną ustawione w obiekcie tylko do odczytu.

protected virtual void ProcessPropertyOverridesAnnotations(System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides propertyOverrides, Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides runtimePropertyOverrides, bool runtime);
abstract member ProcessPropertyOverridesAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides * bool -> unit
override this.ProcessPropertyOverridesAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides * bool -> unit
Protected Overridable Sub ProcessPropertyOverridesAnnotations (annotations As Dictionary(Of String, Object), propertyOverrides As IRelationalPropertyOverrides, runtimePropertyOverrides As RuntimeRelationalPropertyOverrides, runtime As Boolean)

Parametry

annotations
Dictionary<String,Object>

Adnotacje do przetworzenia.

propertyOverrides
IRelationalPropertyOverrides

Przesłonięcia właściwości relacyjnej źródła.

runtimePropertyOverrides
RuntimeRelationalPropertyOverrides

Docelowa właściwość relacyjna zastępuje adnotacje, które będą zawierać adnotacje.

runtime
Boolean

Wskazuje, czy podane adnotacje są adnotacjami środowiska uruchomieniowego.

Dotyczy