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