다음을 통해 공유


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.

적용 대상