C# 클래스 Deveel.Data.Mapping.TableNameAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
TableNameAttribute ( string name ) : System
TableNameAttribute ( string name, string schema ) : System

메소드 상세

TableNameAttribute() 공개 메소드

public TableNameAttribute ( string name ) : System
name string
리턴 System

TableNameAttribute() 공개 메소드

public TableNameAttribute ( string name, string schema ) : System
name string
schema string
리턴 System