Click or drag to resize
LLBLGenProODataQueryProviderTLinqMetaDataInvokeServiceOperation Method
Invokes the given service operation and returns the results.

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Object InvokeServiceOperation(
	ServiceOperation serviceOperation,
	Object[] parameters
)

Parameters

serviceOperation
Type: System.Data.Services.ProvidersServiceOperation
Service operation to invoke.
parameters
Type: SystemObject
Values of parameters to pass to the service operation.

Return Value

Type: Object
The result of the service operation, or a null value for a service operation that returns void.

Implements

IDataServiceQueryProviderInvokeServiceOperation(ServiceOperation, Object)
See Also