12 references to Table
System.Data.Linq (11)
DataBindingList.cs (2)
30private Table<TEntity> data; 35internal DataBindingList(IList<TEntity> sequence, Table<TEntity> data)
DataContext.cs (4)
356public Table<TEntity> GetTable<TEntity>() where TEntity : class { 366return (Table<TEntity>)table; 396Type tbType = typeof(Table<>).MakeGenericType(metaTable.RowType.Type); 420if (ft.IsGenericType && ft.GetGenericTypeDefinition() == typeof(Table<>)) {
Mapping\AttributedMetaModel.cs (2)
134if (ft.IsGenericType && ft.GetGenericTypeDefinition() == typeof(Table<>)) { 142if (pt.IsGenericType && pt.GetGenericTypeDefinition() == typeof(Table<>)) {
Mapping\MappedMetaModel.cs (2)
98if (ft.IsGenericType && ft.GetGenericTypeDefinition() == typeof(Table<>)) { 112if (pt.IsGenericType && pt.GetGenericTypeDefinition() == typeof(Table<>)) {
SqlClient\Query\QueryConverter.cs (1)
1860if (memberType.IsGenericType && memberType.GetGenericTypeDefinition() == typeof(Table<>)) {
System.Web.DynamicData (1)
DynamicData\ModelProviders\DLinqDataModelProvider.cs (1)
44prop.PropertyType.GetGenericTypeDefinition() == typeof(Table<>))