DataServiceProviderMethods Class
Performs late-bound operations on resource sets with a custom data service provider.
Assembly: System.Data.Services (in System.Data.Services.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Compare(Boolean, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns comparison information for Boolean parameters in an operation expression. |
![]() ![]() | Compare(Guid, Guid) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns comparison information for GUID parameters in an operation expression. |
![]() ![]() | Compare(Nullable<Boolean>, Nullable<Boolean>) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns comparison information for nullable Boolean parameters in an operation expression. |
![]() ![]() | Compare(Nullable<Guid>, Nullable<Guid>) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns comparison information for nullable GUID parameters in an operation expression. |
![]() ![]() | Compare(String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns comparison information for string parameters in an operation expression. |
![]() ![]() | Convert(Object^, ResourceType^) | Casts a value to a specified type. |
![]() ![]() | GetSequenceValue<T>(Object^, ResourceProperty^) | Gets a named value from the specified object as a sequence. |
![]() ![]() | GetValue(Object^, ResourceProperty^) | Gets a named value from the specified object. |
![]() ![]() | TypeIs(Object^, ResourceType^) | Determines if the value is of a specified type. |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

