EntityPropertyMappingAttribute.KeepInContent Property

Definition

Gets a Boolean value that indicates whether a property value should be repeated both in the content section of the feed and in the mapped location.

public:
 property bool KeepInContent { bool get(); };
public bool KeepInContent { get; }
member this.KeepInContent : bool
Public ReadOnly Property KeepInContent As Boolean

Property Value

A Boolean value that is true when the property is mapped into both locations in the feed; otherwise, false.

Remarks

When the value of KeepInContent is true, the feed is backward compatible with WCF Data Services client applications that use protocol version 1.0. When the value of KeepInContent is false, the protocol version used by the data service must be 2.0 or later versions. For more information, see Data Service Versioning.

Applies to