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