C# (CSharp) Habanero.BO BusinessObjectXmlReader.Read - 5 exemples trouvés. Ce sont les exemples réels les mieux notés de Habanero.BO.BusinessObjectXmlReader.Read extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Uses the XmlReader given to read an xml stream and instantiates IBusinessObjects for each bo node in the stream. The resultant IEnumerable can only be iterated once, so convert it to a list or array (using ToList() or ToArray()) if you want to iterate through it more than once (this includes using Count() etc). The XmlReader is closed once you have iterated.