Example #1
0
 /// <summary>
 /// Executes the query and gets the results.
 /// </summary>
 public T[] Execute()
 {
     return(ActiveRecordBase <T> .ExecuteQuery2(this));
 }