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