ExtensionMethods.GetReturn(IEdmOperation) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IEdmOperationReturn from the specified operation.
C#
public static Microsoft.OData.Edm.IEdmOperationReturn GetReturn (this Microsoft.OData.Edm.IEdmOperation operation);
static member GetReturn : Microsoft.OData.Edm.IEdmOperation -> Microsoft.OData.Edm.IEdmOperationReturn
<Extension()>
Public Function GetReturn (operation As IEdmOperation) As IEdmOperationReturn
- operation
- IEdmOperation
The operation.
The instance of IEdmOperationReturn or null if the operation has no return type.
Produk | Versi |
---|---|
OData EDM | 7.0 |