2 overrides of Find
System.Data.Linq (2)
IdentityManager.cs (2)
48
internal override object
Find
(MetaType type, object[] keyValues) {
373
internal override object
Find
(MetaType type, object[] keyValues) { return null; }
2 references to Find
System.Data.Linq (2)
ChangeProcessor.cs (1)
175
object cached = this.services.IdentityManager.
Find
(assoc.OtherType, keyValues);
DataServices.cs (1)
125
return this.identifier.
Find
(type, keyValues);