DataServiceProviderMethods Methods
WCF Data Services 5.0
The DataServiceProviderMethods type exposes the following members.
| 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. |