DataAccessGetStringFieldValue Method (Object, String) |
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.0.0.0 (4.0.0.0)
Syntax public 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