Ejemplo n.º 1
0
 /// <summary>
 /// Converts the QueryCommand to a DbCommand.
 /// </summary>
 /// <returns></returns>
 public DbCommand ToDbCommand()
 {
     return(DataService.GetDbCommand(this));
 }