| RGDataContextBaseSaveChanges Method |
Saves all changes made in this context to the underlying database.
Namespace:
Recrovit.RecroGridFramework.Data
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax public virtual int SaveChanges()
Return Value
Type:
Int32
The number of state entries written to the underlying database. This can include
state entries for entities and/or relationships. Relationship state entries are
created for many-to-many relationships and relationships where there is no foreign
key property included in the entity class (often referred to as independent associations).
See Also