LinqConnect Documentation
Devart.Data.Linq Namespace / ITable Interface

ITable Interface Properties

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

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
See Also