C# Class TDSM.Core.Data.AuthenticatedUsers.UserTable

The default user table
显示文件 Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Properties

Property Type Description
Columns TableColumn[]

Public Methods

Method Description
Create ( ) : bool

Creates the table

Exists ( ) : bool

Checks if the table exists

Method Details

Create() public static method

Creates the table
public static Create ( ) : bool
return bool

Exists() public static method

Checks if the table exists
public static Exists ( ) : bool
return bool

Property Details

Columns public_oe static_oe property

public static TableColumn[] Columns
return TableColumn[]