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.6.0.0 (5.6.3)
Syntax public bool TryResolveServiceOperation(
string name,
out ServiceOperation serviceOperation
)
Public Function TryResolveServiceOperation (
name As String,
<OutAttribute> ByRef serviceOperation As ServiceOperation
) As Boolean
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.
See Also