Click or drag to resize
ORMValueTypeMismatchException.IllegalFieldValues Property
Gets or sets the illegal values dictionary. Used in LLBLGenProDataSource(2) scenario's which collect all errors per entity in one exception. In normal field set scenario's, this property is null.

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 Dictionary<string, Object> IllegalFieldValues { get; set; }

Property Value

Type: Dictionary<String, Object>
See Also