Share via


EntityCommand.Parameters Property

Definition

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

public virtual System.Data.Entity.Core.EntityClient.EntityParameterCollection Parameters { get; }
member this.Parameters : System.Data.Entity.Core.EntityClient.EntityParameterCollection
Public Overridable ReadOnly Property Parameters As EntityParameterCollection

Property Value

The parameters of the Entity SQL statement or stored procedure.

Applies to