DataServiceBehavior Class
Adds settings that define behavior to a custom data service.
Assembly: System.Data.Services (in System.Data.Services.dll)
| Name | Description | |
|---|---|---|
![]() | AcceptCountRequests | Gets or sets whether requests with the $count path segment or the $inlinecount query options are accepted. |
![]() | AcceptProjectionRequests | Gets or sets whether projection requests should be accepted. |
![]() | AcceptReplaceFunctionInQuery | Allow replace functions in the request url. |
![]() | InvokeInterceptorsOnLinkDelete | Gets or sets whether to invoke change interceptors when a link is deleted. |
![]() | MaxProtocolVersion | Gets or sets the maximum protocol version that is supported by the response sent by the data service. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.

