EntityPropertyMappingAttribute.KeepInContent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得布林值,這個值表示是否應該在摘要的內容區段中和所對應 (Mapped-to) 位置中重複保留屬性值。
public:
property bool KeepInContent { bool get(); };
public bool KeepInContent { get; }
member this.KeepInContent : bool
Public ReadOnly Property KeepInContent As Boolean
屬性值
Boolean 值,當屬性同時對應至摘要中的兩個位置時為 true
,否則為 false
。
備註
當的值為 KeepInContenttrue
時,摘要與使用通訊協定 1.0 版 WCF Data Services 用戶端應用程式回溯相容。 當的值 KeepInContent 是 false
時,數據服務所使用的通訊協定版本必須是 2.0 或更新版本。 如需詳細資訊,請參閱 數據服務版本設定。