共用方式為


EntityViewContainer.HashOverAllExtentViews 屬性

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

檢視的雜湊值。

命名空間:  System.Data.Entity.Core.Mapping
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
<SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId := "OverAll")> _
Public Property HashOverAllExtentViews As String 
    Get 
    Set
'用途
Dim instance As EntityViewContainer 
Dim value As String 

value = instance.HashOverAllExtentViews

instance.HashOverAllExtentViews = value
[SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "OverAll")]
public string HashOverAllExtentViews { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = L"OverAll")]
public:
property String^ HashOverAllExtentViews {
    String^ get ();
    void set (String^ value);
}
[<SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "OverAll")>]
member HashOverAllExtentViews : string with get, set
function get HashOverAllExtentViews () : String 
function set HashOverAllExtentViews (value : String)

屬性值

類型:System.String
雜湊值。

請參閱

參考

EntityViewContainer 類別

System.Data.Entity.Core.Mapping 命名空間