LinqConnect Documentation
Devart.Data.Linq Namespace / ITable Interface
Properties Methods

ITable Interface Members

The following tables list the members exposed by ITable.

Public Properties
 NameDescription
 PropertyGets the DataContext that has been used to retrieve this ITable.  
 PropertyGets the type of the element(s) that are returned when the expression tree associated with this instance of System.Linq.IQueryable is executed. (Inherited from System.Linq.IQueryable)
 PropertyGets the expression tree that is associated with the instance of System.Linq.IQueryable. (Inherited from System.Linq.IQueryable)
 PropertyReturns true if ObjectTrackingEnabled is false in the DataContext that has been used to retrieve this ITable.  
 PropertyGets the query provider that is associated with this data source. (Inherited from System.Linq.IQueryable)
Top
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