Executes a ProcedureQuery and returns the return value of the call.

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

Syntax

C#
public int Execute(
	ProcedureQuery query
)
Visual Basic (Declaration)
Public Function Execute ( _
	query As ProcedureQuery _
) As Integer

Parameters

query
Type: Mindscape.LightSpeed.Querying..::.ProcedureQuery
The query which specifies the procedure to be executed.

Return Value

The return value from the call.

Implements

IDistributedUnitOfWorkContract..::.Execute(ProcedureQuery)

See Also