DataServiceProviderMethods Class

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

Inheritance Hierarchy

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

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public NotInheritable Class DataServiceProviderMethods
'Usage
public static class DataServiceProviderMethods
public ref class DataServiceProviderMethods abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DataServiceProviderMethods =  class end
public final class DataServiceProviderMethods

The DataServiceProviderMethods type exposes the following members.

Methods

  Name Description
Public methodStatic member AreByteArraysEqual Compares two byte arrays for equality.
Public methodStatic member AreByteArraysNotEqual Compares two byte arrays for equality.
Public methodStatic member Compare(Boolean, Boolean) Infrastructure. Returns comparison information for Boolean parameters in an operation expression.
Public methodStatic member Compare(Guid, Guid) Infrastructure. Returns comparison information for GUID parameters in an operation expression.
Public methodStatic member Compare(Nullable<Boolean>, Nullable<Boolean>) Infrastructure. Returns comparison information for nullable Boolean parameters in an operation expression.
Public methodStatic member Compare(Nullable<Guid>, Nullable<Guid>) Infrastructure. Returns comparison information for nullable GUID parameters in an operation expression.
Public methodStatic member Compare(String, String) Infrastructure. Returns comparison information for string parameters in an operation expression.
Public methodStatic member Convert Casts a value to a specified type.
Public methodStatic member GetSequenceValue<T> Gets a named value from the specified object as a sequence.
Public methodStatic member GetValue Gets a named value from the specified object.
Public methodStatic member OfType<TSource, TResult>(IEnumerable<TSource>, ResourceType) Filters the supplied query based on the specified ResourceType.
Public methodStatic member OfType<TSource, TResult>(IQueryable<TSource>, ResourceType) Filters the supplied query based on the specified ResourceType.
Public methodStatic member TypeAs<T> Checks whether the given type is assignable from the resource type of a supplied object instance.
Public methodStatic member TypeIs Determines if the value is of a specified type.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Providers Namespace