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.6.0.0 (5.6.19.0117)
Syntax public Dictionary<string, Object> IllegalFieldValues { get; set; }
Public Property IllegalFieldValues As Dictionary(Of String, Object)
Get
Set
Property Value
Type:
DictionaryString,
ObjectSee Also