SqlServerRuntimeModelConvention.ProcessPropertyOverridesAnnotations Metoda

Definicja

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

protected override void ProcessPropertyOverridesAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides propertyOverrides, Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides runtimePropertyOverrides, bool runtime);
override this.ProcessPropertyOverridesAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides * bool -> unit
Protected Overrides 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