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