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