Exemplo n.º 1
0
 /// <summary>
 ///     Gets the typed values for parameters in this projection.
 /// </summary>
 /// <param name="criteria">
 ///     The criteria.
 /// </param>
 /// <param name="criteriaQuery">
 ///     The criteria query.
 /// </param>
 /// <returns>
 ///     The typed values.
 /// </returns>
 public TypedValue[] GetTypedValues
 (
     ICriteria criteria,
     ICriteriaQuery criteriaQuery
 )
 {
     return(_list.GetTypedValues(criteria, criteriaQuery));
 }