EntityClassGenerator.UseDataServiceCollection Property

Definition

Gets or sets whether code generation should include the code that is required to support data binding.

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

Property Value

true if data binding code is required; otherwise, false.

Applies to