C# Class DbcExtractor.TableNameAttribute

Inheritance: System.Attribute
Mostra file Open project: LordJZ/MyWowTools

Public Methods

Method Description
TableNameAttribute ( String TableName ) : System

Defines the SQL table name for this struct.

Method Details

TableNameAttribute() public method

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