Свойство | Тип | Описание | |
---|---|---|---|
primaryKeyHeaders | SqlColumnHeaders[] | ||
tableName | string |
Метод | Описание | |
---|---|---|
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 |
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 | |
Результат | List |
public Select ( string join, string what, string whereClause, object vars, string orderBy ) : object[] | ||
join | string | |
what | string | |
whereClause | string | |
vars | object | |
orderBy | string | |
Результат | object[] |
public SelectByPrimaryKey ( object primaryKeyValues ) : object[] | ||
primaryKeyValues | object | |
Результат | object[] |
public SqlTable ( string tableName ) : System | ||
tableName | string | |
Результат | System |
public Update ( string join, string set, string where, object vars ) : bool | ||
join | string | |
set | string | |
where | string | |
vars | object | |
Результат | bool |
public SqlColumnHeaders[] primaryKeyHeaders | ||
Результат | SqlColumnHeaders[] |