| DataAccessGetStringFieldValue Method (Object, String) | 
            Retrieve the value of a row view field value by replacing DbNull by null if empty
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic static string GetStringFieldValue(
	Object dataFieldValue,
	string defaultValue
)
Public Shared Function GetStringFieldValue ( 
	dataFieldValue As Object,
	defaultValue As String
) As String
Parameters
- dataFieldValue
 - Type: SystemObject
An object retrieved from the database - defaultValue
 - Type: SystemString
A default string value 
Return Value
Type: 
StringThe value of the row field
See Also