Base:
property
Type
System.Data.Linq.TrackedObject.Type
12 references to Type
System.Data.Linq (12)
ChangeTracker.cs (12)
313
foreach (MetaAssociation assoc in
Type
.Associations) {
450
if (!mm.IsAssociation && (this.
Type
.Type == instanceType || mm.DeclaringType.Type.IsAssignableFrom(instanceType))) {
526
object copy = Activator.CreateInstance(this.
Type
.Type);
530
if (this.
Type
.Type != instanceType && !mm.DeclaringType.Type.IsAssignableFrom(instanceType)) {
568
foreach (MetaAssociation assoc in this.
Type
.Associations) {
612
keys.AppendFormat("{0}.{1}", this.
Type
.Name.ToString(), key.Name);
614
throw Error.CouldNotRemoveRelationshipBecauseOneSideCannotBeNull(assoc.OtherType.Name, this.
Type
.Name, keys);
717
foreach (MetaAssociation assoc in this.
Type
.Associations) {
722
IEnumerable<MetaDataMember> deferredMembers = this.
Type
.PersistentDataMembers.Where(p => p.IsDeferred && !p.IsAssociation);
752
foreach (MetaAssociation assoc in this.
Type
.Associations) {
758
IEnumerable<MetaDataMember> deferredMembers = this.
Type
.PersistentDataMembers.Where(p => p.IsDeferred && !p.IsAssociation);
761
if (!this.IsPendingGeneration(
Type
.IdentityMembers)) {