Delegate SetXmlAttachedHandler
Set Xml attached handler delegate
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate bool SetXmlAttachedHandler(string property, IDataObject obj, string xml);
Parameters
| Type | Name | Description |
|---|---|---|
| String | property | Lob property name |
| IDataObject | obj | Data object |
| String | xml | Xml string |
Returns
| Type | Description |
|---|---|
| Boolean |