ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType>.HasName Method
Sets the name of the stored procedure.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | HasName(String) | Sets the name of the stored procedure. |
![]() | HasName(String, String) | Sets the name of the stored procedure. |
ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType>.HasName Method (String)
Sets the name of the stored procedure.
public ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType> HasName( string procedureName )
Parameters
- procedureName
-
Type:
System.String
Name of the procedure.
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType>The same configuration instance so that multiple calls can be chained.
ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType>.HasName Method (String, String)
Sets the name of the stored procedure.
public ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType> HasName( string procedureName, string schemaName )
Parameters
- procedureName
-
Type:
System.String
Name of the procedure.
- schemaName
-
Type:
System.String
Name of the schema.
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType>The same configuration instance so that multiple calls can be chained.