| ProjectionRowGetMethodInfoForValueType 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)
Syntaxpublic static MethodInfo GetMethodInfoForValueType(
	Type typeOfValue
)
Public Shared Function GetMethodInfoForValueType ( 
	typeOfValue As Type
) As MethodInfo
Parameters
- typeOfValue
 - Type: SystemType
The type of value. 
Return Value
Type: 
MethodInfo
See Also