ConventionsConfiguration.AddAfter<TExistingConvention> - метод
[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]
Включает соглашение для DbModelBuilder. Это соглашение будет выполняться после указанного.
Пространство имен: System.Data.Entity.ModelConfiguration.Configuration
Сборка: EntityFramework (в EntityFramework.dll)
Синтаксис
'Декларация
<SuppressMessageAttribute("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")> _
Public Sub AddAfter(Of TExistingConvention As IConvention) ( _
newConvention As IConvention _
)
'Применение
Dim instance As ConventionsConfiguration
Dim newConvention As IConvention
instance.AddAfter(newConvention)
[SuppressMessageAttribute("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")]
public void AddAfter<TExistingConvention>(
IConvention newConvention
)
where TExistingConvention : IConvention
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1004:GenericMethodsShouldProvideTypeParameter")]
public:
generic<typename TExistingConvention>
where TExistingConvention : IConvention
void AddAfter(
IConvention^ newConvention
)
[<SuppressMessageAttribute("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")>]
member AddAfter :
newConvention:IConvention -> unit when 'TExistingConvention : IConvention
JScript does not support generic types and methods.
Параметры типа
- TExistingConvention
Тип соглашения, после которого будет выполняться включаемое.
Параметры
- newConvention
Тип: System.Data.Entity.ModelConfiguration.Conventions.IConvention
Соглашение, которое необходимо включить.
См. также
Справочник
ConventionsConfiguration Класс
System.Data.Entity.ModelConfiguration.Configuration - пространство имен