DataAccessGetStringFieldValue Method (DataRow, 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(
DataRow dataRow,
string fieldName
)
Public Shared Function GetStringFieldValue (
dataRow As DataRow,
fieldName As String
) As String
Parameters
- dataRow
- Type: System.DataDataRow
A data row - fieldName
- Type: SystemString
A field name
Return Value
Type:
StringThe value of the row field
See Also