Represents a query to a stored procedure in the database.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[SerializableAttribute]
public class ProcedureQuery
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ProcedureQuery

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Querying..::.ProcedureQuery

See Also