Click or drag to resize

LLBLGenProDataSourceBaseFieldNamesKeepEmptyStringAsValue Property

Gets / sets the list of fieldnames for which "" is a valid value and which shouldn't be converted to null.

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
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public List<string> FieldNamesKeepEmptyStringAsValue { get; set; }

Property Value

Type: ListString
See Also