ConventionUpdateModificationStoredProcedureConfiguration.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. |
ConventionUpdateModificationStoredProcedureConfiguration.HasName Method (String)
Configures the name of the stored procedure.
public ConventionUpdateModificationStoredProcedureConfiguration HasName( string procedureName )
Parameters
- procedureName
-
Type:
System.String
The stored procedure name.
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.ConventionUpdateModificationStoredProcedureConfigurationThe same configuration instance so that multiple calls can be chained.
ConventionUpdateModificationStoredProcedureConfiguration.HasName Method (String, String)
Configures the name of the stored procedure.
public ConventionUpdateModificationStoredProcedureConfiguration 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.ConventionUpdateModificationStoredProcedureConfigurationThe same configuration instance so that multiple calls can be chained.