Delegate GetLobAttachedHandler
Get Lob attached handler delegate
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate bool GetLobAttachedHandler(string property, IDataObject obj, out byte[] body);
Parameters
Type | Name | Description |
---|---|---|
String | property | Lob property name |
IDataObject | obj | Data object |
Byte[] | body | Lob body |
Returns
Type | Description |
---|---|
Boolean |