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.4.0.0 (5.4.0)
Syntax [BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public List<string> FieldNamesKeepEmptyStringAsValue { get; set; }
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property FieldNamesKeepEmptyStringAsValue As List(Of String)
Get
Set
Property Value
Type:
ListStringSee Also