共用方式為


DataServiceContext.IgnoreMissingProperties 屬性

取得或設定從型別讀取的屬性是否必須對應至用戶端型別上的屬性。

命名空間:  System.Data.Services.Client
組件:  Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)

語法

'宣告
Public Property IgnoreMissingProperties As Boolean
    Get
    Set
'用途
Dim instance As DataServiceContext
Dim value As Boolean

value = instance.IgnoreMissingProperties

instance.IgnoreMissingProperties = value
public bool IgnoreMissingProperties { get; set; }
public:
property bool IgnoreMissingProperties {
    bool get ();
    void set (bool value);
}
member IgnoreMissingProperties : bool with get, set
function get IgnoreMissingProperties () : boolean
function set IgnoreMissingProperties (value : boolean)

屬性值

型別:System.Boolean
布林值,表示從型別讀取的屬性是否必須對應至用戶端型別上的屬性。

備註

如果為 true,具體化會成功,即使型別的屬性不能對應到用戶端型別的屬性也一樣。 如果為 false,物件具體化期間屬性不符會引發例外狀況。

請參閱

參考

DataServiceContext 類別

System.Data.Services.Client 命名空間