C# Class Hardly.SqlTable

Afficher le fichier Open project: hardlydifficult/HardlyBot Class Usage Examples

Méthodes publiques

Свойство Type Description
primaryKeyHeaders SqlColumnHeaders[]
tableName string

Méthodes publiques

Méthode Description
Select ( string join, string what, string whereClause, object vars, string orderBy, uint limit ) : List
Select ( string join, string what, string whereClause, object vars, string orderBy ) : object[]
SelectByPrimaryKey ( object primaryKeyValues ) : object[]
SqlTable ( string tableName ) : System
Update ( string join, string set, string where, object vars ) : bool

Method Details

Select() public méthode

public Select ( string join, string what, string whereClause, object vars, string orderBy, uint limit ) : List
join string
what string
whereClause string
vars object
orderBy string
limit uint
Résultat List

Select() public méthode

public Select ( string join, string what, string whereClause, object vars, string orderBy ) : object[]
join string
what string
whereClause string
vars object
orderBy string
Résultat object[]

SelectByPrimaryKey() public méthode

public SelectByPrimaryKey ( object primaryKeyValues ) : object[]
primaryKeyValues object
Résultat object[]

SqlTable() public méthode

public SqlTable ( string tableName ) : System
tableName string
Résultat System

Update() public méthode

public Update ( string join, string set, string where, object vars ) : bool
join string
set string
where string
vars object
Résultat bool

Property Details

primaryKeyHeaders public_oe property

public SqlColumnHeaders[] primaryKeyHeaders
Résultat SqlColumnHeaders[]

tableName public_oe property

public string tableName
Résultat string