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