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