Click or drag to resize
LLBLGenProODataServiceMetadataProviderTryResolveServiceOperation Method
Tries to get a service operation based on the specified name.

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 bool TryResolveServiceOperation(
	string name,
	out ServiceOperation serviceOperation
)

Parameters

name
Type: SystemString
Name of the service operation to resolve.
serviceOperation
Type: System.Data.Services.ProvidersServiceOperation
Returns the service operation or a null value if a service operation with the given name is not found.

Return Value

Type: Boolean
true when service operation with the given name is found; otherwise false.

Implements

IDataServiceMetadataProviderTryResolveServiceOperation(String, ServiceOperation)
See Also