Поделиться через


EntityTypeConfiguration<TEntityType>.MapToStoredProcedures - метод (Action<ModificationStoredProceduresConfiguration<TEntityType>>)

[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]

Настраивает этот тип для использования хранимых процедур для вставки, обновления и удаления данных.

Пространство имен:  System.Data.Entity.ModelConfiguration
Сборка:  EntityFramework (в EntityFramework.dll)

Синтаксис

'Декларация
<SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")> _
Public Function MapToStoredProcedures ( _
    modificationStoredProcedureMappingConfigurationAction As Action(Of ModificationStoredProceduresConfiguration(Of TEntityType)) _
) As EntityTypeConfiguration(Of TEntityType)
'Применение
Dim instance As EntityTypeConfiguration 
Dim modificationStoredProcedureMappingConfigurationAction As Action(Of ModificationStoredProceduresConfiguration(Of TEntityType))
Dim returnValue As EntityTypeConfiguration(Of TEntityType)

returnValue = instance.MapToStoredProcedures(modificationStoredProcedureMappingConfigurationAction)
[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public EntityTypeConfiguration<TEntityType> MapToStoredProcedures(
    Action<ModificationStoredProceduresConfiguration<TEntityType>> modificationStoredProcedureMappingConfigurationAction
)
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1006:DoNotNestGenericTypesInMemberSignatures")]
public:
EntityTypeConfiguration<TEntityType>^ MapToStoredProcedures(
    Action<ModificationStoredProceduresConfiguration<TEntityType>^>^ modificationStoredProcedureMappingConfigurationAction
)
[<SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")>]
member MapToStoredProcedures : 
        modificationStoredProcedureMappingConfigurationAction:Action<ModificationStoredProceduresConfiguration<'TEntityType>> -> EntityTypeConfiguration<'TEntityType> 
public function MapToStoredProcedures(
    modificationStoredProcedureMappingConfigurationAction : Action<ModificationStoredProceduresConfiguration<TEntityType>>
) : EntityTypeConfiguration<TEntityType>

Параметры

Возвращаемое значение

Тип: System.Data.Entity.ModelConfiguration.EntityTypeConfiguration<TEntityType>
Тот же экземпляр конфигурации, что позволяет соединить несколько вызовов в цепочку.

См. также

Справочник

EntityTypeConfiguration<TEntityType> Класс

MapToStoredProcedures - перегрузка

System.Data.Entity.ModelConfiguration - пространство имен