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.6.0.0 (5.6.3)
Syntax public Object InvokeServiceOperation(
ServiceOperation serviceOperation,
Object[] parameters
)
Public Function InvokeServiceOperation (
serviceOperation As ServiceOperation,
parameters As Object()
) As Object
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.
See Also