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