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.4.0.0 (5.4.0)
Syntax[DefaultValueAttribute(false)]
public bool ThrowExceptionOnIllegalFieldInput { get; set; }<DefaultValueAttribute(false)>
Public Property ThrowExceptionOnIllegalFieldInput As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also