TableAttribute(String) 생성자

정의

지정된 테이블 이름을 사용하여 TableAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 TableAttribute(System::String ^ name);
public TableAttribute (string name);
new System.ComponentModel.DataAnnotations.Schema.TableAttribute : string -> System.ComponentModel.DataAnnotations.Schema.TableAttribute
Public Sub New (name As String)

매개 변수

name
String

클래스가 매핑되는 테이블의 이름입니다.

적용 대상