C# 클래스 DbcExtractor.TableNameAttribute

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

공개 메소드들

메소드 설명
TableNameAttribute ( String TableName ) : System

Defines the SQL table name for this struct.

메소드 상세

TableNameAttribute() 공개 메소드

Defines the SQL table name for this struct.
public TableNameAttribute ( String TableName ) : System
TableName String The table name — an UNPREFIXED string.
리턴 System