Defines a class that can read XML content from the database and transform it if needed before writing it into the given XmlWriter.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic interface IUnblober
Public Interface IUnblober
public interface class IUnblober
type IUnblober = interface end
The IUnblober type exposes the following members.
Methods|
| Name | Description |
|---|
 | Unblob |
Interprets the given value and inserts it into the XmlWriter.
|
Top
See Also