Class OnStartOfTable
Called before the first row of a new table is copied
Inheritance
OnStartOfTable
Assembly: SoDataBase.dll
Syntax
public sealed class OnStartOfTable : MulticastDelegate
Constructors
OnStartOfTable(Object, IntPtr)
Called before the first row of a new table is copied
Declaration
public OnStartOfTable(object object, IntPtr method)
Parameters
Methods
BeginInvoke(TableModel, AsyncCallback, Object)
Called before the first row of a new table is copied
Declaration
public virtual IAsyncResult BeginInvoke(TableModel table, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Called before the first row of a new table is copied
Declaration
public virtual ProcessingOption EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(TableModel)
Called before the first row of a new table is copied
Declaration
public virtual ProcessingOption Invoke(TableModel table)
Parameters
Type |
Name |
Description |
TableModel |
table |
|
Returns
Extension Methods