Shunde.NET Framework Class Library

ObjectUtils.WriteObjectsToXml Method 

Writes a list of DBObjects to a stream as XML

public static void WriteObjectsToXml(
   Stream outputStream,
   IList<T> objects
);

Parameters

Stream
The stream to write to
IList<T>
The DBObjects to write

See Also

ObjectUtils Class | Shunde.Utilities Namespace