ScaffoldTableAttribute(Boolean) 생성자

정의

속성을 사용하는 새 인스턴스를 ScaffoldTableAttributeScaffold 초기화합니다.

public:
 ScaffoldTableAttribute(bool scaffold);
public ScaffoldTableAttribute(bool scaffold);
new System.ComponentModel.DataAnnotations.ScaffoldTableAttribute : bool -> System.ComponentModel.DataAnnotations.ScaffoldTableAttribute
Public Sub New (scaffold As Boolean)

매개 변수

scaffold
Boolean

스캐폴딩을 사용할지 여부를 지정하는 값입니다.

설명

전체 데이터 모델에서 CRUD(만들기, 읽기, 업데이트 및 삭제) 작업을 위해 데이터베이스의 모든 데이터 테이블을 노출하도록 설정 scaffoldtrue 하거나 개별 테이블을 로 설정 scaffold 하여 개별 테이블을 CRUD 작업에 노출할 수 true있습니다.

적용 대상