1 write to fnMaterialize
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2445this.fnMaterialize = fnMaterialize;
2 references to fnMaterialize
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2453return session.CreateReader<TObject>(this.fnMaterialize, this.namedColumns, this.globals, this.nLocals, disposeDataReader); 2458IObjectReader reader = ors.GetNextResult<TObject>(this.fnMaterialize, this.namedColumns, this.globals, this.nLocals, disposeDataReader);