Freigeben über


ManyToManyNavigationPropertyConfiguration<TEntityType,TTargetEntityType>.MapToStoredProcedures Methode

Definition

Überlädt

MapToStoredProcedures()

Konfiguriert gespeicherte Prozeduren, die zum Ändern dieser Beziehung verwendet werden sollen. Es werden die Standardkonventionen für Prozedur- und Parameternamen verwendet.

MapToStoredProcedures(Action<ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType>>)

Konfiguriert gespeicherte Prozeduren, die zum Ändern dieser Beziehung verwendet werden sollen.

MapToStoredProcedures()

Konfiguriert gespeicherte Prozeduren, die zum Ändern dieser Beziehung verwendet werden sollen. Es werden die Standardkonventionen für Prozedur- und Parameternamen verwendet.

public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyNavigationPropertyConfiguration<TEntityType,TTargetEntityType> MapToStoredProcedures ();
member this.MapToStoredProcedures : unit -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyNavigationPropertyConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)>
Public Function MapToStoredProcedures () As ManyToManyNavigationPropertyConfiguration(Of TEntityType, TTargetEntityType)

Gibt zurück

Die gleiche ManyToManyNavigationPropertyConfiguration<TEntityType,TTargetEntityType> instance, sodass mehrere Aufrufe verkettet werden können.

Gilt für:

MapToStoredProcedures(Action<ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType>>)

Konfiguriert gespeicherte Prozeduren, die zum Ändern dieser Beziehung verwendet werden sollen.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyNavigationPropertyConfiguration<TEntityType,TTargetEntityType> MapToStoredProcedures (Action<System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType>> modificationStoredProcedureMappingConfigurationAction);
member this.MapToStoredProcedures : Action<System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProceduresConfiguration<'EntityType, 'argetEntityType>> -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyNavigationPropertyConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)>
Public Function MapToStoredProcedures (modificationStoredProcedureMappingConfigurationAction As Action(Of ManyToManyModificationStoredProceduresConfiguration(Of TEntityType, TTargetEntityType))) As ManyToManyNavigationPropertyConfiguration(Of TEntityType, TTargetEntityType)

Parameter

modificationStoredProcedureMappingConfigurationAction
Action<ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType>>

Konfiguration zum Überschreiben der Standardkonventionen für Prozedur- und Parameternamen.

Gibt zurück

Die gleiche ManyToManyNavigationPropertyConfiguration<TEntityType,TTargetEntityType> instance, sodass mehrere Aufrufe verkettet werden können.

Attribute

Gilt für: