ObjectQuery.Parameters Property

Definition

Gets the parameter collection for this object query.

public System.Data.Entity.Core.Objects.ObjectParameterCollection Parameters { get; }
member this.Parameters : System.Data.Entity.Core.Objects.ObjectParameterCollection
Public ReadOnly Property Parameters As ObjectParameterCollection

Property Value

The parameter collection for this ObjectQuery<T>.

Applies to