DataAccessGetFieldValue Method (DataRowView, 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.7.2.0 (4.7.2.0)
Syntaxpublic static Object GetFieldValue(
	DataRowView dataRowView,
	string fieldName
)
Public Shared Function GetFieldValue ( 
	dataRowView As DataRowView,
	fieldName As String
) As Object
Parameters
- dataRowView
 - Type: System.DataDataRowView
A data row view - fieldName
 - Type: SystemString
A field name 
Return Value
Type: 
ObjectThe value of the row field
See Also