XMLDA.NET Reference
Load Method
See Also  Send Feedback
xmldanet Namespace > ListBuilder Class : Load Method

Glossary Item Box

Loads the specified XML file and deserializes into an array structure, which is stored in this object. Access methods return selected information in the proper type for XML-DA server calls.

Overload List

OverloadDescription
Load(String) Loads the specified XML file and deserializes into an array structure, which is stored in this object. Access methods return selected information in the proper type for XML-DA server calls.  
Load(Stream) Loads the XML text from the specified stream and deserializes into an array structure, which is stored in this object. Access methods return selected information in the proper type for XML-DA server calls. This method overload is provided to give the flexibility to read the XML text from anywhre, e.g. a memory buffer. The user has create the Stream appropriate for the source.  

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.