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 | |
---|---|---|
AreByteArraysEqual | Compares two byte arrays for equality. | |
AreByteArraysNotEqual | Compares two byte arrays for equality. | |
Compare(Boolean, Boolean) | Infrastructure. Returns comparison information for Boolean parameters in an operation expression. | |
Compare(Guid, Guid) | Infrastructure. Returns comparison information for GUID parameters in an operation expression. | |
Compare(Nullable<Boolean>, Nullable<Boolean>) | Infrastructure. Returns comparison information for nullable Boolean 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. | |
OfType<TSource, TResult>(IEnumerable<TSource>, ResourceType) | Filters the supplied query based on the specified ResourceType. | |
OfType<TSource, TResult>(IQueryable<TSource>, ResourceType) | Filters the supplied query based on the specified ResourceType. | |
TypeAs<T> | Checks whether the given type is assignable from the resource type of a supplied object instance. | |
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.