Material Type
CRUD façade for the material table.
Static members
| Static member |
Description
|
|
Deletes the row with the given id.
|
Full Usage:
Material.get (driver, id)
Parameters:
ISqliteDriver
id : string
Returns: MaterialRow option
|
Returns the row with the given id, or
|
|
Inserts a new row.
|
|
|
|
Updates the row identified by
|
ProcessCore