Name | Description | |
---|---|---|
![]() | Attach | Overloaded. Allows deserialized entities to be associated with a new instance of a DataContext so that they can be updated or deleted from the database. |
![]() | AttachAll | Overloaded. Attaches all entities of a collection to the DataContext in either a modified or unmodified state. |
![]() | DeleteAllOnSubmit | Puts all entities from the collection into a pending delete state. |
![]() | DeleteOnSubmit | Puts an entity from this table into a pending delete state. |
![]() | GetEntityState | Returns the state of the given entity. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from System.Collections.IEnumerable) |
![]() | GetModifiedMembers | Returns an array of modified members that contain their current and original values. |
![]() | GetOriginalEntityState | Returns an instance that contains the original state of the entity. |
![]() | InsertAllOnSubmit | Adds all entities of a collection to the DataContext in a pending insert state. |
![]() | InsertOnSubmit | Adds an entity in a pending insert state to this table. |