1 implementation of Compile
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
183public IObjectReaderFactory Compile(SqlExpression expression, Type elementType) {
1 reference to Compile
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
1653factory = this.readerCompiler.Compile(projection, elemType);