| http://www.w3.org/ns/prov#value | - Below is a code snippet demonstrating how the Employees collection implements the foreach syntax by using SQLDataEnumerator. public class Employees : IEnumerable{public IEnumerator GetEnumerator(){// SQLDataEnumerator implements 'foreach' and it handles all of the issues related to DataSet, SQLDataReader, and even 'Single' or 'Unique' object creation rules.return new SQLDataEnumerator(this, ref m_
|