Click or drag to resize
LLBLGenProODataServiceMetadataProviderServiceOperations Property
Returns all the service operations in this data source.

Namespace: SD.LLBLGen.Pro.ODataSupportClasses
Assembly: SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public IEnumerable<ServiceOperation> ServiceOperations { get; }

Property Value

Type: IEnumerableServiceOperation

Return Value

Type: IEnumerableServiceOperation
An IEnumerableT collection of ServiceOperation objects.

Implements

IDataServiceMetadataProviderServiceOperations
See Also