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: 8.0.5.0 (8.0.5.20210818)
Syntax public 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