C# Class DbcExtractor.PrimaryKeyAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: LordJZ/MyWowTools

Public Methods

Method Description
PrimaryKeyAttribute ( ) : System

Defines that this field is a primary key.

Method Details

PrimaryKeyAttribute() public method

Defines that this field is a primary key.
public PrimaryKeyAttribute ( ) : System
return System