1 override of GetBoxedValue
System.Data.Linq (1)
Mapping\MetaModel.cs (1)
551
public override object
GetBoxedValue
(object instance) {
35 references to GetBoxedValue
System.Data.Linq (35)
ChangeConflicts.cs (5)
317
object oValue = member.StorageAccessor.
GetBoxedValue
(this.original);
321
object dValue = member.StorageAccessor.
GetBoxedValue
(this.database);
387
this.originalValue = metaMember.StorageAccessor.
GetBoxedValue
(conflict.Original);
388
this.databaseValue = metaMember.StorageAccessor.
GetBoxedValue
(conflict.Database);
389
this.currentValue = metaMember.StorageAccessor.
GetBoxedValue
(conflict.TrackedObject.Current);
ChangeDirector.cs (2)
303
syncRollbackValues[idx] = accessor.
GetBoxedValue
(current);
365
object memberValue = mm.MemberAccessor.
GetBoxedValue
(tracked.Original);
ChangeProcessor.cs (4)
182
System.Collections.IList collection = assoc.OtherMember.MemberAccessor.
GetBoxedValue
(cached) as System.Collections.IList;
507
other = assoc.ThisMember.MemberAccessor.
GetBoxedValue
(instance);
623
object xValue = mm.StorageAccessor.
GetBoxedValue
(x.Current);
624
object yValue = mm.StorageAccessor.
GetBoxedValue
(y.Current);
ChangeTracker.cs (19)
316
assoc.ThisMember.StorageAccessor.
GetBoxedValue
(Current) == null) {
451
object freshValue = mm.StorageAccessor.
GetBoxedValue
(freshInstance);
497
object currentValue = mm.StorageAccessor.
GetBoxedValue
(this.current);
537
object value = mm.DeferredValueAccessor.
GetBoxedValue
(instance);
548
object value = mm.StorageAccessor.
GetBoxedValue
(instance);
574
object parent = mm.StorageAccessor.
GetBoxedValue
(this.current);
580
object parentValue = accParent.StorageAccessor.
GetBoxedValue
(parent);
586
if (mm.IsDeferred || (this.original != null && mm.MemberAccessor.
GetBoxedValue
(this.original) != null)) {
592
if (accThis.StorageAccessor.
GetBoxedValue
(this.current) != null) {
623
object currentDiscriminator = type.Discriminator.MemberAccessor.
GetBoxedValue
(this.current);
625
object dbDiscriminator = type.Discriminator.MemberAccessor.
GetBoxedValue
(this.original);
661
object baseline = mm.MemberAccessor.
GetBoxedValue
(this.original);
662
object currentValue = mm.MemberAccessor.
GetBoxedValue
(this.current);
693
object currentValue = mm.MemberAccessor.
GetBoxedValue
(this.current);
695
object originalValue = mm.MemberAccessor.
GetBoxedValue
(this.original);
742
IEnumerable loader = (IEnumerable)dsacc.
GetBoxedValue
(this.current);
773
IEnumerable loader = (IEnumerable)dsacc.
GetBoxedValue
(this.current);
814
otherItem = assoc.ThisMember.DeferredValueAccessor.
GetBoxedValue
(this.current);
817
otherItem = assoc.ThisMember.StorageAccessor.
GetBoxedValue
(this.current);
DataServices.cs (5)
73
value = mm.DeferredValueAccessor.
GetBoxedValue
(item);
76
value = mm.StorageAccessor.
GetBoxedValue
(item);
105
keyValues.Add(mm.MemberAccessor.
GetBoxedValue
(instance));
113
keyValues.Add(mm.MemberAccessor.
GetBoxedValue
(instance));
337
object value = keys[i].StorageAccessor.
GetBoxedValue
(instance);