Exemple #1
0
 /// <summary>
 /// Gets the total class count of the select.
 /// </summary>
 /// <returns>The number of classes available for the enumeration.</returns>
 public long Count()
 {
     return(_Storage.Count(_Aspect, _WhereFirst));
 }
Exemple #2
0
 /// <summary>
 /// Counts the number of entities.
 /// </summary>
 /// <returns>The number of entities.</returns>
 public long Count()
 {
     return(_Engine.Count(_Aspect, null));
 }