Share via


EntityClassGenerator.UseDataServiceCollection Property

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

Namespace:  System.Data.Services.Design
Assembly:  Microsoft.Data.Services.Design (in Microsoft.Data.Services.Design.dll)

Syntax

'Declaration
Public Property UseDataServiceCollection As Boolean 
    Get 
    Set
'Usage
Dim instance As EntityClassGenerator 
Dim value As Boolean 

value = instance.UseDataServiceCollection

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

Property Value

Type: System.Boolean
A Boolean value that is true when data binding code is required; otherwise false.

See Also

Reference

EntityClassGenerator Class

System.Data.Services.Design Namespace