Performs a Calculate operation using the specified ProcedureQuery.

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

Syntax

C#
[OperationContractAttribute]
[UseNetDataContractSerializerAttribute]
Object CalculateProcedureQuery(
	ProcedureQuery query
)
Visual Basic (Declaration)
<OperationContractAttribute> _
<UseNetDataContractSerializerAttribute> _
Function CalculateProcedureQuery ( _
	query As ProcedureQuery _
) As Object

Parameters

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

Return Value

The result of the calculation.

Remarks

The entity type must be specified in the ProcedureQuery instance.

See Also