Click or drag to resize

LLBLGenProODataServiceMetadataProvider.TryResolveServiceOperation 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.6.0.0 (5.6.19.0117)
Syntax
public bool TryResolveServiceOperation(
	string name,
	out ServiceOperation serviceOperation
)

Parameters

name
Type: System.String
Name of the service operation to resolve.
serviceOperation
Type: System.Data.Services.Providers.ServiceOperation
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

IDataServiceMetadataProvider.TryResolveServiceOperation(String, ServiceOperation)
See Also