コード例 #1
0
 private void EnsureCanEnumerateResults()
 {
     if (null == _shaper)
     {
         // Enumerating more than once is not allowed.
         throw EntityUtil.CannotReEnumerateQueryResults();
     }
 }