PrimitivePropertyConfiguration.HasParameterName Method (String)

 

Configures the name of the parameter used in stored procedures for this property.

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

public PrimitivePropertyConfiguration HasParameterName(
	string parameterName
)

Parameters

parameterName
Type: System.String

The name of the parameter.

Return Value

Type: System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration

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