The ProcedureQuery type exposes the following members.

Constructors

  NameDescription
ProcedureQuery
Initializes a new instance of the ProcedureQuery class.

Properties

  NameDescription
EntityType
Gets or sets the Type of the Entity this query is targeting.
Parameters
The parameters to be passed to the stored procedure.
ProcedureName
The name of the stored procedure.

See Also