2 references to Attributes
System.Web.DynamicData (2)
DynamicData\MetaModel.cs (1)
237var tableNameAttribute = tableProvider.Attributes.OfType<TableNameAttribute>().SingleOrDefault();
DynamicData\MetaTable.cs (1)
314return Provider.Attributes;