Click or drag to resize

LLBLGenProDataSourceBaseThrowExceptionOnIllegalFieldInput Property

Gets or sets the flag which signals this datasource control when setting fields to new values it should throw an exception if one or more field values in the input are illegal and can't be converted to the field's .NET type.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.9.0.0 (5.9.0)
Syntax
[DefaultValueAttribute(false)]
public bool ThrowExceptionOnIllegalFieldInput { get; set; }

Property Value

Type: Boolean
See Also