This topic has not yet been rated - Rate this topic

DataServiceProviderMethods Class

Performs late-bound operations on resource sets with a custom data service provider.

System.Object
  System.Data.Services.Providers.DataServiceProviderMethods

Namespace:  System.Data.Services.Providers
Assembly:  System.Data.Services (in System.Data.Services.dll)
public static class DataServiceProviderMethods

The DataServiceProviderMethods type exposes the following members.

  NameDescription
Public methodStatic memberCompare(Boolean, Boolean)Infrastructure. Returns comparison information for Boolean parameters in an operation expression.
Public methodStatic memberCompare(Nullable<Boolean>, Nullable<Boolean>)Infrastructure. Returns comparison information for nullable Boolean parameters in an operation expression.
Public methodStatic memberCompare(Guid, Guid)Infrastructure. Returns comparison information for GUID parameters in an operation expression.
Public methodStatic memberCompare(Nullable<Guid>, Nullable<Guid>)Infrastructure. Returns comparison information for nullable GUID parameters in an operation expression.
Public methodStatic memberCompare(String, String)Infrastructure. Returns comparison information for string parameters in an operation expression.
Public methodStatic memberConvertCasts a value to a specified type.
Public methodStatic memberGetSequenceValue<T>Gets a named value from the specified object as a sequence.
Public methodStatic memberGetValueGets a named value from the specified object.
Public methodStatic memberTypeIsDetermines if the value is of a specified type.
Top

.NET Framework

Supported in: 4.5, 4

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.