3 overrides of IsPersistent
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
1128public override bool IsPersistent {
Mapping\MappedMetaModel.cs (2)
1083public override bool IsPersistent { 1774public override bool IsPersistent {
7 references to IsPersistent
System.Data.Linq (7)
Mapping\AttributedMetaModel.cs (5)
560this.persistentMembers = this.dataMembers.Where(m => m.IsPersistent).ToList().AsReadOnly(); 609if (!mm.IsPersistent && !fi.IsPublic) 614if (!mm.IsPersistent) 629if (!mm.IsPersistent && !isPublic) 634if (!mm.IsPersistent)
Mapping\MappedMetaModel.cs (1)
598this.persistentDataMembers = this.dataMembers.Where(m => m.IsPersistent).ToList().AsReadOnly();
SqlClient\SqlBuilder.cs (1)
94if (mm.IsPersistent) {