1 implementation of GetCommand
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
1271
DbCommand IProvider.
GetCommand
(Expression query) {
1 reference to GetCommand
System.Data.Linq (1)
DataContext.cs (1)
669
return this.provider.
GetCommand
(query.Expression);