Example #1
0
 protected ICollection <T> GetRecords(SqlCommand command)
 {
     command.Connection = _connection;
     return(SqlUtility.GetRecords <T>(command));
 }