EntityCommand.Parameters Property

 

Gets the parameters of the Entity SQL statement or stored procedure.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual EntityParameterCollection Parameters { get; }

Property Value

Type: System.Data.Entity.Core.EntityClient.EntityParameterCollection

The parameters of the Entity SQL statement or stored procedure.