2 writes to LoadOptions
System.Data.Linq (1)
DataContext.cs (1)
120
this.
LoadOptions
= context.LoadOptions;
System.Web.DynamicData (1)
DynamicData\DynamicDataExtensions.cs (1)
282
context.
LoadOptions
= loadOptions;
11 references to LoadOptions
System.Data.Linq (11)
DataContext.cs (1)
120
this.LoadOptions = context.
LoadOptions
;
SqlClient\Query\Translator.cs (4)
82
if (this.services.Context.
LoadOptions
== null) {
85
return this.services.Context.
LoadOptions
.IsPreloaded(member);
154
if (context.
LoadOptions
!=null) {
155
LambdaExpression subquery = context.
LoadOptions
.GetAssociationSubquery(association.ThisMember.Member);
SqlClient\Reader\ObjectReaderCompiler.cs (3)
185
DataLoadOptions options = this.services.Context.
LoadOptions
;
1059
(this.compiler.services.Context.
LoadOptions
== null ||
1060
!this.compiler.services.Context.
LoadOptions
.IsPreloaded(mm.Member))
SqlClient\SqlProvider.cs (3)
1456
SqlBinder binder = new SqlBinder(this.translator, this.sqlFactory, this.services.Model, this.services.Context.
LoadOptions
, columnizer, canUseOuterApply);
1693
this.originalShape = provider.services.Context.
LoadOptions
;
1711
if (!AreEquivalentShapes(this.originalShape, sqlProvider.services.Context.
LoadOptions
)) {