  | DMConnectionDataUpdateTableRow Method  | 
  
    Namespace: 
   Dynamicweb.DataManagement
    Assembly:
   Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntaxpublic abstract bool UpdateTableRow(
	string tableName,
	FieldCollection fields
)
Public MustOverride Function UpdateTableRow ( 
	tableName As String,
	fields As FieldCollection
) As Boolean
Parameters
- tableName
 - Type: SystemString
 - fields
 - Type: Dynamicweb.DataManagementFieldCollection
 
Return Value
Type: 
Boolean
See Also