PFDataCollectionSetValue Method |
Sets a value in the collection.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public void SetValue(
string fieldName,
Object value
)
Parameters
- fieldName
- Type: SystemString
Name of the SQL column or of the PFField. - value
- Type: SystemObject
New value.
See Also