| LLBLGenProDataSourceViewBaseFieldNamesKeepEmptyStringAsValue Property  | 
 
            Gets / sets the list of fieldnames for which "" has to be converted to null/Nothing
            
 
    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)
Syntaxpublic List<string> FieldNamesKeepEmptyStringAsValue { get; set; }Public Property FieldNamesKeepEmptyStringAsValue As List(Of String)
	Get
	Set
Property Value
Type: 
ListString
See Also