Delegate ISqlExecuterPartialFillEvent
Callback raised while a result set is being filled incrementally, giving access to the
partially populated table through ISqlExecuterPartialFillArgs.
Assembly: Reportman.Drawing.dll
Syntax
public delegate void ISqlExecuterPartialFillEvent(object sender, ISqlExecuterPartialFillArgs args)
Parameters
| Type |
Name |
Description |
| object |
sender |
Callback raised while a result set is being filled incrementally, giving access to the partially populated table through . |
| ISqlExecuterPartialFillArgs |
args |
Callback raised while a result set is being filled incrementally, giving access to the partially populated table through . |
Constructors
View Source
ISqlExecuterPartialFillEvent(object, nint)
Declaration
public ISqlExecuterPartialFillEvent(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(object, ISqlExecuterPartialFillArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ISqlExecuterPartialFillArgs args, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Invoke(object, ISqlExecuterPartialFillArgs)
Declaration
public virtual void Invoke(object sender, ISqlExecuterPartialFillArgs args)
Parameters