ConfigurationRegistrar.Add<TComplexType> - метод (ComplexTypeConfiguration<TComplexType>)
[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]
Добавляет ComplexTypeConfiguration к DbModelBuilder. Для каждого типа в модели можно добавить только один класс ComplexTypeConfiguration.
Пространство имен: System.Data.Entity.ModelConfiguration.Configuration
Сборка: EntityFramework (в EntityFramework.dll)
Синтаксис
'Декларация
Public Overridable Function Add(Of TComplexType As Class) ( _
complexTypeConfiguration As ComplexTypeConfiguration(Of TComplexType) _
) As ConfigurationRegistrar
'Применение
Dim instance As ConfigurationRegistrar
Dim complexTypeConfiguration As ComplexTypeConfiguration(Of TComplexType)
Dim returnValue As ConfigurationRegistrar
returnValue = instance.Add(complexTypeConfiguration)
public virtual ConfigurationRegistrar Add<TComplexType>(
ComplexTypeConfiguration<TComplexType> complexTypeConfiguration
)
where TComplexType : class
public:
generic<typename TComplexType>
where TComplexType : ref class
virtual ConfigurationRegistrar^ Add(
ComplexTypeConfiguration<TComplexType>^ complexTypeConfiguration
)
abstract Add :
complexTypeConfiguration:ComplexTypeConfiguration<'TComplexType> -> ConfigurationRegistrar when 'TComplexType : not struct
override Add :
complexTypeConfiguration:ComplexTypeConfiguration<'TComplexType> -> ConfigurationRegistrar when 'TComplexType : not struct
JScript does not support generic types and methods.
Параметры типа
- TComplexType
Настраиваемый сложный тип.
Параметры
- complexTypeConfiguration
Тип: System.Data.Entity.ModelConfiguration.ComplexTypeConfiguration<TComplexType>
Добавляемая настройка сложного типа
Возвращаемое значение
Тип: System.Data.Entity.ModelConfiguration.Configuration.ConfigurationRegistrar
Тот же экземпляр класса ConfigurationRegistrar, что позволяет соединить несколько вызовов в цепочку.
См. также
Справочник
System.Data.Entity.ModelConfiguration.Configuration - пространство имен