Overload | Description |
---|---|
Save<T>(T) | Inserts, Updates or Deletes a record in the table. If the primary key is zero or null, it is an insert otherwise an update. If IsDeleted is set, the record is deleted. |
Save<T>(List<T>) | Save a list of items to the database. If the primary key is zero or null, it is an insert otherwise an update. If IsDeleted is set, the record is deleted. |