2 overrides of InsertLookup
System.Data.Linq (2)
IdentityManager.cs (2)
38
internal override object
InsertLookup
(MetaType type, object instance) {
371
internal override object
InsertLookup
(MetaType type, object instance) { return instance; }
1 reference to InsertLookup
System.Data.Linq (1)
DataServices.cs (1)
156
return this.identifier.
InsertLookup
(type, instance);