共用方式為


EntityClassGenerator.UseDataServiceCollection 屬性

定義

取得或設定程式碼產生時,是否應該包含支援資料繫結所需的程式碼。

public:
 property bool UseDataServiceCollection { bool get(); void set(bool value); };
public bool UseDataServiceCollection { get; set; }
member this.UseDataServiceCollection : bool with get, set
Public Property UseDataServiceCollection As Boolean

屬性值

true 如果需要資料系結程式代碼,則為 ;否則為 false

適用於