C# Class SpellWork.MySQLConnect

Mostrar archivo Open project: Warlord123/spellwork_cs Class Usage Examples

Public Properties

Property Type Description
Dropped List
SpellProcEvent List

Private Properties

Property Type Description
GetSpellName String

Public Methods

Method Description
Insert ( string query ) : void
SelectItems ( ) : List
SelectProc ( string query ) : void
SelectSpellSql ( ) : void
TestConnect ( ) : void

Private Methods

Method Description
GetSpellName ( uint id ) : String

Method Details

Insert() public static method

public static Insert ( string query ) : void
query string
return void

SelectItems() public static method

public static SelectItems ( ) : List
return List

SelectProc() public static method

public static SelectProc ( string query ) : void
query string
return void

SelectSpellSql() public static method

public static SelectSpellSql ( ) : void
return void

TestConnect() public static method

public static TestConnect ( ) : void
return void

Property Details

Dropped public_oe static_oe property

public static List Dropped
return List

SpellProcEvent public_oe static_oe property

public static List SpellProcEvent
return List