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