Show / Hide Table of Contents

Delegate Select.ExecuteReaderReadMethod

Specifies the signature of the delegate method that is called when reading the records of the query data.

Namespace: Terrasoft.Core.DB
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

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX