C# Class DbcExtractor.TableNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: LordJZ/MyWowTools

Méthodes publiques

Méthode Description
TableNameAttribute ( String TableName ) : System

Defines the SQL table name for this struct.

Method Details

TableNameAttribute() public méthode

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