This topic has not yet been rated - Rate this topic

DataServiceProviderMethods Methods

The DataServiceProviderMethods type exposes the following members.

  Name Description
Public method Static member AreByteArraysEqual Compares two byte arrays for equality.
Public method Static member AreByteArraysNotEqual Compares two byte arrays for equality.
Public method Static member Compare(Boolean, Boolean) Infrastructure. Returns comparison information for Boolean parameters in an operation expression.
Public method Static member Compare(Guid, Guid) Infrastructure. Returns comparison information for GUID parameters in an operation expression.
Public method Static member Compare(Nullable<Boolean>, Nullable<Boolean>) Infrastructure. Returns comparison information for nullable Boolean parameters in an operation expression.
Public method Static member Compare(Nullable<Guid>, Nullable<Guid>) Infrastructure. Returns comparison information for nullable GUID parameters in an operation expression.
Public method Static member Compare(String, String) Infrastructure. Returns comparison information for string parameters in an operation expression.
Public method Static member Convert Casts a value to a specified type.
Public method Static member GetSequenceValue<T> Gets a named value from the specified object as a sequence.
Public method Static member GetValue Gets a named value from the specified object.
Public method Static member OfType<TSource, TResult>(IEnumerable<TSource>, ResourceType) Filters the supplied query based on the specified ResourceType.
Public method Static member OfType<TSource, TResult>(IQueryable<TSource>, ResourceType) Filters the supplied query based on the specified ResourceType.
Public method Static member TypeAs<T> Checks whether the given type is assignable from the resource type of a supplied object instance.
Public method Static member TypeIs Determines if the value is of a specified type.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.