Exemplo n.º 1
0
 public CommandData GetHqlCommand()
 {
     return(new CommandData(_queryParts.BuildHQLString(), _parameterAggregator.GetParameters()));
 }