10 references to TableAttribute
System.Data.Linq (10)
Mapping\AttributedMetaModel.cs (10)
233TableAttribute[] attrs = (TableAttribute[])root.GetCustomAttributes(typeof(TableAttribute), true); 256TableAttribute[] attrs = (TableAttribute[])derivedType.GetCustomAttributes(typeof(TableAttribute), false); 323internal AttributedMetaTable(AttributedMetaModel model, TableAttribute attr, Type rowType) { 462TableAttribute[] attrs = (TableAttribute[])type.Type.GetCustomAttributes(typeof(TableAttribute), false);