LinqConnect Documentation
Devart.Data.Linq Namespace / ITable Interface

In This Topic
ITable Interface Methods
In This Topic

For a list of all members of this type, see ITable members.

Public Methods
 NameDescription
 MethodOverloaded. Allows deserialized entities to be associated with a new instance of a DataContext so that they can be updated or deleted from the database.  
 MethodOverloaded. Attaches all entities of a collection to the DataContext in either a modified or unmodified state.  
 MethodPuts all entities from the collection into a pending delete state.  
 MethodPuts an entity from this table into a pending delete state.  
 MethodReturns the state of the given entity.  
 MethodReturns an enumerator that iterates through a collection. (Inherited from System.Collections.IEnumerable)
 MethodReturns an array of modified members that contain their current and original values.  
 MethodReturns an instance that contains the original state of the entity.  
 MethodAdds all entities of a collection to the DataContext in a pending insert state.  
 MethodAdds an entity in a pending insert state to this table.  
Top
See Also