DatabaseAccessorT Class |
Namespace: LynceeTec.Eucalyptus
The DatabaseAccessorT type exposes the following members.
| Name | Description | |
|---|---|---|
| DatabaseAccessorT | Initializes a new instance of the DatabaseAccessorT class |
| Name | Description | |
|---|---|---|
| AddRow |
Add a row to the specific table (changes are saved at once).
| |
| DeleteRow(Int32) |
Delete a row from the specific table (changes are saved at once).
| |
| DeleteRow(Int64) |
Delete a row from the specific table (changes are saved at once).
| |
| DeleteRow(T) |
Delete a row from the specific table (changes are saved at once).
| |
| DuplicateRow(Int32, TupleString, Object) |
Duplicates the row with a specific primary key from a table
| |
| DuplicateRow(Int64, TupleString, Object) |
Duplicates the row with a specific primary key from a table
| |
| EditRow |
Edit a row from a specific table (changes are saved at once).
| |
| GetAllRows |
Gets all the rows from a table
| |
| GetAllRows(String) |
Gets all the rows from a table
| |
| GetAllRowsTParam(ExpressionFuncT, TParam) |
Gets all the rows from a table, including a related object
| |
| GetFilteredRows(FuncT, Boolean) |
Get all rows corresponding to a filter parameter
| |
| GetFilteredRows(FuncT, Boolean, String) |
Get all rows corresponding to a filter parameter, including several related objects
| |
| GetFilteredRowsTParam(FuncT, Boolean, ExpressionFuncT, TParam) |
Get all rows corresponding to a filter parameter, including a related object
| |
| GetRow(Int32) |
Gets the row with a specific primary key from a table
| |
| GetRow(Int64) |
Gets the row with a specific primary key from a table
| |
| GetRowIndex |
Searches for an element that matches the conditions defined by the specified
predicate, and returns the zero-based index of the first occurrence within the
table.
|