InsertModificationStoredProcedureConfiguration<TEntityType>.HasName Method

 

Configures the name of the stored procedure.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodHasName(String)

Configures the name of the stored procedure.

System_CAPS_pubmethodHasName(String, String)

Configures the name of the stored procedure.


InsertModificationStoredProcedureConfiguration<TEntityType>.HasName Method (String)

Configures the name of the stored procedure.

public InsertModificationStoredProcedureConfiguration<TEntityType> HasName(
	string procedureName
)

Parameters

procedureName
Type: System.String

The stored procedure name.

Return Value

Type: System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType>

The same configuration instance so that multiple calls can be chained.


InsertModificationStoredProcedureConfiguration<TEntityType>.HasName Method (String, String)

Configures the name of the stored procedure.

public InsertModificationStoredProcedureConfiguration<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.InsertModificationStoredProcedureConfiguration<TEntityType>

The same configuration instance so that multiple calls can be chained.