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

The default user table
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Свойство Type Description
Columns TableColumn[]

Méthodes publiques

Méthode Description
Create ( ) : bool

Creates the table

Exists ( ) : bool

Checks if the table exists

Method Details

Create() public static méthode

Creates the table
public static Create ( ) : bool
Résultat bool

Exists() public static méthode

Checks if the table exists
public static Exists ( ) : bool
Résultat bool

Property Details

Columns public_oe static_oe property

public static TableColumn[] Columns
Résultat TableColumn[]