This documentation is archived and is not being maintained.
DataServiceProviderMethods Class
Visual Studio 2010
Performs late-bound operations on resource sets with a custom data service provider.
Assembly: System.Data.Services (in System.Data.Services.dll)
The DataServiceProviderMethods type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Compare(Boolean, Boolean) | Infrastructure. Returns comparison information for Boolean parameters in an operation expression. |
![]() ![]() | Compare(Nullable<Boolean>, Nullable<Boolean>) | Infrastructure. Returns comparison information for nullable Boolean parameters in an operation expression. |
![]() ![]() | Compare(Guid, Guid) | Infrastructure. Returns comparison information for GUID parameters in an operation expression. |
![]() ![]() | Compare(Nullable<Guid>, Nullable<Guid>) | Infrastructure. Returns comparison information for nullable GUID parameters in an operation expression. |
![]() ![]() | Compare(String, String) | Infrastructure. Returns comparison information for string parameters in an operation expression. |
![]() ![]() | Convert | Casts a value to a specified type. |
![]() ![]() | GetSequenceValue<T> | Gets a named value from the specified object as a sequence. |
![]() ![]() | GetValue | Gets a named value from the specified object. |
![]() ![]() | TypeIs | Determines if the value is of a specified type. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
