3 overrides of LoadMethod
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
1234public override MethodInfo LoadMethod {
Mapping\MappedMetaModel.cs (2)
1139public override MethodInfo LoadMethod { 1813public override MethodInfo LoadMethod {
5 references to LoadMethod
System.Data.Linq (5)
DataServices.cs (3)
350if (this.member.LoadMethod != null) { 352object result = this.member.LoadMethod.Invoke(this.services.Context, new object[] { instance }); 353if (typeof(T).IsAssignableFrom(this.member.LoadMethod.ReturnType)) {
SqlClient\Query\SqlBinder.cs (2)
678&& this.shape != null && this.shape.IsPreloaded(mm.Member) && mm.LoadMethod == null 1044if (this.shape.IsPreloaded(mi) && mdm.LoadMethod == null) {