Click or drag to resize
ORMValueTypeMismatchExceptionIllegalFieldValues 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.3.0.0 (5.3.0)
Syntax
public Dictionary<string, Object> IllegalFieldValues { get; set; }

Property Value

Type: DictionaryString, Object
See Also