TableAttribute 클래스

정의

클래스가 매핑되는 데이터베이스 테이블을 지정합니다.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes")]
public class TableAttribute : Attribute
type TableAttribute = class
    inherit Attribute
Public Class TableAttribute
Inherits Attribute
상속
TableAttribute
특성

생성자

TableAttribute(String)

TableAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

Name

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

Schema

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

적용 대상