DataServiceProviderMethods Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs late-bound operations on resource sets with a custom data service provider.
public ref class DataServiceProviderMethods abstract sealed
public static class DataServiceProviderMethods
type DataServiceProviderMethods = class
Public Class DataServiceProviderMethods
- Inheritance
-
DataServiceProviderMethods
Methods
Compare(Boolean, Boolean) |
Returns comparison information for Boolean parameters in an operation expression. |
Compare(Guid, Guid) |
Returns comparison information for GUID parameters in an operation expression. |
Compare(Nullable<Boolean>, Nullable<Boolean>) |
Returns comparison information for nullable Boolean parameters in an operation expression. |
Compare(Nullable<Guid>, Nullable<Guid>) |
Returns comparison information for nullable GUID parameters in an operation expression. |
Compare(String, String) |
Returns comparison information for string parameters in an operation expression. |
Convert(Object, ResourceType) |
Casts a value to a specified type. |
GetSequenceValue<T>(Object, ResourceProperty) |
Gets a named value from the specified object as a sequence. |
GetValue(Object, ResourceProperty) |
Gets a named value from the specified object. |
TypeIs(Object, ResourceType) |
Determines if the value is of a specified type. |