| DataAccessGetStringFieldValue Method (Object) | 
            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
)
Public Shared Function GetStringFieldValue ( 
	dataFieldValue As Object
) As String
Parameters
- dataFieldValue
 - Type: SystemObject
An object retrieved from the database 
Return Value
Type: 
StringThe value of the row field
See Also