|  | PledgeDialogSetFields Method (TableRow) | 
            Set the fields to their desired values
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void SetFields(
	TableRow fieldValues
)
Public Shared Sub SetFields ( 
	fieldValues As TableRow
)
public:
static void SetFields(
	TableRow^ fieldValues
)
Parameters
- fieldValues
- Type: TableRow
 Mapping of the field captions to their desired values.
 See Also
See Also