| EntityPropertyProjectorValueType Property  | 
 
            Gets or sets the type of the value returned by the value producers. This can be different from the actual value produced as you can change
            the type in an override of ValuePostProcess. If not set, it is set by ProjectEntityProperty to the type of the value producer selected
            
 
    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 Type ValueType { get; set; }Public Property ValueType As Type
	Get
	Set
Property Value
Type: 
TypeThe type of the value.
Implements
IProjectorValueType
See Also