LLBLGenProDataSourceViewBaseThrowExceptionOnIllegalFieldInput 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.1.0.0 (5.1.0)
Syntax public bool ThrowExceptionOnIllegalFieldInput { get; set; }
Public Property ThrowExceptionOnIllegalFieldInput As Boolean
Get
Set
Property Value
Type:
BooleanSee Also