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