ConfigurationRegistrar.Add Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Add<TComplexType>(ComplexTypeConfiguration<TComplexType>) |
Fügt dem System.Data.Entity.ModelConfiguration.Configuration.Types.ComplexTypeConfiguration eine DbModelBuilder hinzu. Für jeden Typ in einem Modell kann nur eine System.Data.Entity.ModelConfiguration.Configuration.Types.ComplexTypeConfiguration hinzugefügt werden. |
Add<TEntityType>(EntityTypeConfiguration<TEntityType>) |
Fügt dem System.Data.Entity.ModelConfiguration.Configuration.Types.EntityTypeConfiguration eine DbModelBuilder hinzu. Für jeden Typ in einem Modell kann nur eine System.Data.Entity.ModelConfiguration.Configuration.Types.EntityTypeConfiguration hinzugefügt werden. |
Add<TComplexType>(ComplexTypeConfiguration<TComplexType>)
Fügt dem System.Data.Entity.ModelConfiguration.Configuration.Types.ComplexTypeConfiguration eine DbModelBuilder hinzu. Für jeden Typ in einem Modell kann nur eine System.Data.Entity.ModelConfiguration.Configuration.Types.ComplexTypeConfiguration hinzugefügt werden.
public virtual System.Data.Entity.ModelConfiguration.Configuration.ConfigurationRegistrar Add<TComplexType> (System.Data.Entity.ModelConfiguration.ComplexTypeConfiguration<TComplexType> complexTypeConfiguration) where TComplexType : class;
abstract member Add : System.Data.Entity.ModelConfiguration.ComplexTypeConfiguration<'ComplexType (requires 'ComplexType : null)> -> System.Data.Entity.ModelConfiguration.Configuration.ConfigurationRegistrar (requires 'ComplexType : null)
override this.Add : System.Data.Entity.ModelConfiguration.ComplexTypeConfiguration<'ComplexType (requires 'ComplexType : null)> -> System.Data.Entity.ModelConfiguration.Configuration.ConfigurationRegistrar (requires 'ComplexType : null)
Public Overridable Function Add(Of TComplexType As Class) (complexTypeConfiguration As ComplexTypeConfiguration(Of TComplexType)) As ConfigurationRegistrar
Typparameter
- TComplexType
Der komplexe Typ, der konfiguriert wird.
Parameter
- complexTypeConfiguration
- ComplexTypeConfiguration<TComplexType>
Die Konfiguration des komplexen Typs, die hinzugefügt werden soll.
Gibt zurück
Dieselbe ConfigurationRegistrar-instance, sodass mehrere Aufrufe verkettet werden können.
Gilt für:
Add<TEntityType>(EntityTypeConfiguration<TEntityType>)
Fügt dem System.Data.Entity.ModelConfiguration.Configuration.Types.EntityTypeConfiguration eine DbModelBuilder hinzu. Für jeden Typ in einem Modell kann nur eine System.Data.Entity.ModelConfiguration.Configuration.Types.EntityTypeConfiguration hinzugefügt werden.
public virtual System.Data.Entity.ModelConfiguration.Configuration.ConfigurationRegistrar Add<TEntityType> (System.Data.Entity.ModelConfiguration.EntityTypeConfiguration<TEntityType> entityTypeConfiguration) where TEntityType : class;
abstract member Add : System.Data.Entity.ModelConfiguration.EntityTypeConfiguration<'EntityType (requires 'EntityType : null)> -> System.Data.Entity.ModelConfiguration.Configuration.ConfigurationRegistrar (requires 'EntityType : null)
override this.Add : System.Data.Entity.ModelConfiguration.EntityTypeConfiguration<'EntityType (requires 'EntityType : null)> -> System.Data.Entity.ModelConfiguration.Configuration.ConfigurationRegistrar (requires 'EntityType : null)
Public Overridable Function Add(Of TEntityType As Class) (entityTypeConfiguration As EntityTypeConfiguration(Of TEntityType)) As ConfigurationRegistrar
Typparameter
- TEntityType
Der Entitätstyp, der konfiguriert wird.
Parameter
- entityTypeConfiguration
- EntityTypeConfiguration<TEntityType>
Die Konfiguration des Entitätstyps, die hinzugefügt werden soll.
Gibt zurück
Dieselbe ConfigurationRegistrar-instance, sodass mehrere Aufrufe verkettet werden können.
Gilt für:
Entity Framework