EntityPropertyMappingAttribute.KeepInContent Property
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.
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.