1 write to query
System.Data.Linq (1)
CompiledQuery.cs (1)
27
this.
query
= query;
2 references to query
System.Data.Linq (2)
CompiledQuery.cs (2)
31
get { return this.
query
; }
317
this.compiled = context.Provider.Compile(this.
query
);