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