LLBLGenProDataSourceBaseAllFieldsKeepEmptyStringAsValue Property  | 
 
            Gets / sets the allFieldsKeepEmptyStringAsValue value. Setting this parameter to true will disable FieldNamesKeepEmptyStringAsValue. Default: false.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.10.0.0 (5.10.0)
Syntax[DefaultValueAttribute(false)]
public bool AllFieldsKeepEmptyStringAsValue { get; set; }<DefaultValueAttribute(false)>
Public Property AllFieldsKeepEmptyStringAsValue As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also