ServiceOperationResultKind Enumeration
.NET Framework (current version)
An enumeration that describes the kind of results that a service operation provides.
Assembly: System.Data.Services (in System.Data.Services.dll)
| Member name | Description | |
|---|---|---|
| DirectValue | A single value that cannot be further composed. | |
| Enumeration | An enumeration of values that cannot be further composed. | |
| QueryWithMultipleResults | A queryable object that returns multiple elements. | |
| QueryWithSingleResult | A query that returns a single item. | |
| Void | No results. |
.NET Framework
Available since 3.5
Available since 3.5
Show: