DataServiceProviderMethods Class

 

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

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

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

public ref class DataServiceProviderMethods abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCompare(Boolean, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns comparison information for Boolean parameters in an operation expression.

System_CAPS_pubmethodSystem_CAPS_staticCompare(Guid, Guid)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns comparison information for GUID parameters in an operation expression.

System_CAPS_pubmethodSystem_CAPS_staticCompare(Nullable<Boolean>, Nullable<Boolean>)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns comparison information for nullable Boolean parameters in an operation expression.

System_CAPS_pubmethodSystem_CAPS_staticCompare(Nullable<Guid>, Nullable<Guid>)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns comparison information for nullable GUID parameters in an operation expression.

System_CAPS_pubmethodSystem_CAPS_staticCompare(String^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns comparison information for string parameters in an operation expression.

System_CAPS_pubmethodSystem_CAPS_staticConvert(Object^, ResourceType^)

Casts a value to a specified type.

System_CAPS_pubmethodSystem_CAPS_staticGetSequenceValue<T>(Object^, ResourceProperty^)

Gets a named value from the specified object as a sequence.

System_CAPS_pubmethodSystem_CAPS_staticGetValue(Object^, ResourceProperty^)

Gets a named value from the specified object.

System_CAPS_pubmethodSystem_CAPS_staticTypeIs(Object^, ResourceType^)

Determines if the value is of a specified type.

.NET Framework
Available since 3.5

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

Return to top
Show: