NullAwareDataValueProjector Constructor (String, Int32, Type) | 
  
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic NullAwareDataValueProjector(
	string projectedResultName,
	int valueIndex,
	Type valueType
)
Public Sub New ( 
	projectedResultName As String,
	valueIndex As Integer,
	valueType As Type
)
Parameters
- projectedResultName
 - Type: SystemString
Name of the projected result. - valueIndex
 - Type: SystemInt32
Index of the value. Ignored if valueProducerFunc has been specified - valueType
 - Type: SystemType
Type of the value. 
See Also