Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
[DefaultValueAttribute(false)]
public bool AllFieldsKeepEmptyStringAsValue { get; set; }

Property Value

Type: Boolean
See Also