QueryParametersPostProcessDBNullValues Property |
if set to true it will perform a DBNull to null conversion on the row passed to the projector. Only specify this to true
if the projector deals with object arrays to the outside. In all other cases make the projectors already convert the DBNull values.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public bool PostProcessDBNullValues { get; set; }
Public Property PostProcessDBNullValues As Boolean
Get
Set
Property Value
Type:
BooleanSee Also