ConventionPrimitivePropertyConfiguration.HasParameterName Method (String)
Configures the name of the parameter used in stored procedures for this property.
Assembly: EntityFramework (in EntityFramework.dll)
public virtual ConventionPrimitivePropertyConfiguration HasParameterName( string parameterName )
Parameters
- parameterName
-
Type:
System.String
Name of the parameter.
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.ConventionPrimitivePropertyConfigurationThe same ConventionPrimitivePropertyConfiguration instance so that multiple calls can be chained.