Delegate Select.ExecuteReaderReadMethod
Specifies the signature of the delegate method that is called when reading the records of the query data.
Assembly: Terrasoft.Core.dll
Syntax
public delegate void ExecuteReaderReadMethod(IDataReader dataReader);
Parameters
Type |
Name |
Description |
System.Data.IDataReader |
dataReader |
|
Constructors
ExecuteReaderReadMethod(Object, IntPtr)
Declaration
public ExecuteReaderReadMethod(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(IDataReader, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IDataReader dataReader, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Data.IDataReader |
dataReader |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(IDataReader)
Declaration
public virtual void Invoke(IDataReader dataReader)
Parameters
Type |
Name |
Description |
System.Data.IDataReader |
dataReader |
|
Extension Methods