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

The default user table
Show file 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 static property

public static TableColumn[] Columns
return TableColumn[]