DataAccessGetStringFieldValue Method (Object) | 
 
            Retrieve the value of a row view field value by replacing DbNull by null if empty
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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