Click or drag to resize
DataValueProjector.ValueType Property
Gets or sets the type of the value returned by the value producer or producers routine of the projector.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public Type ValueType { get; set; }

Property Value

Type: Type

Implements

IProjector.ValueType
See Also