public class DbResourceWriter : object, IResourceWriter, IDisposable
| Member | Description | |
|---|---|---|
![]() |
Constructor | Constructs a DbResourceWriter object |
![]() |
AddResource | Adds a resource to the list of resources to be written to an output file or output stream public sealed void AddResource(string name,
object value); public sealed void AddResource(string name,
string value); public sealed void AddResource(string name,
Byte[] value); |
![]() |
Close | Closes the resource writer after releasing any resources associated with it public sealed void Close();
|
![]() |
Dispose | Releases all resources used by the object public sealed void Dispose();
|
![]() |
Generate | Writes all the resources added by the AddResource method to the output file or stream public sealed void Generate();
public void Generate(bool DeleteAllRowsFirst);
|