2 types derived from DataAttribute
System.Data.Linq (2)
Mapping\Attributes.cs (2)
161public sealed class ColumnAttribute : DataAttribute { 223public sealed class AssociationAttribute : DataAttribute {
3 references to DataAttribute
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
1019DataAttribute attr; 1038this.attr = (this.attrColumn != null) ? (DataAttribute)this.attrColumn : (DataAttribute)this.attrAssoc;