次の方法で共有


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

適用対象