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.6.0.0 (5.6.19.0117)
Syntax public 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:
MethodInfoSee Also