IncludeRelationshipLinksInResponse Property
Get or sets whether relationship links are included in responses from the data service.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
'Declaration Public Property IncludeRelationshipLinksInResponse As Boolean Get Set 'Usage Dim instance As DataServiceBehavior Dim value As Boolean value = instance.IncludeRelationshipLinksInResponse instance.IncludeRelationshipLinksInResponse = value
Property Value
Type: System..::..BooleanA Boolean value that is true when relationship links are returned; otherwise false.
Show: