C# 클래스 System.ComponentModel.DataAnnotations.Schema.TableAttribute

상속: Attribute
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
TableAttribute ( string name ) : System.Globalization

Initializes a new instance of the TableAttribute class.

메소드 상세

TableAttribute() 공개 메소드

Initializes a new instance of the TableAttribute class.
public TableAttribute ( string name ) : System.Globalization
name string The name of the table the class is mapped to.
리턴 System.Globalization