Adds a resource to the list of resources to be written to an output file or output stream
public sealed void AddResource(string name, Byte[] value)
Parameters
name
The name of the resource
value
The value of the resource
Overloads:
public sealed void AddResource(string name, object value)
public sealed void AddResource(string name, string value)
See also:
Class DbResourceWriter© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic