Click or drag to resize
DataReaderProjectionRowGetMethodInfoForValueType Method
Gets the MethodInfo of the method of this class to call to obtain a value of the type specified. If the type doesn't have a specific method, null is returned.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static MethodInfo GetMethodInfoForValueType(
	Type typeOfValue
)

Parameters

typeOfValue
Type: SystemType
The type of value.

Return Value

Type: MethodInfo
See Also