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