FieldsSetValue Method (String, Object, SetValFlags, FindBehaviour) |
Set the value for the specified field per the provided
SetValFlags.
Behaviour in the case where the specified field is not found in the collection is dictated by
FindBehaviour.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void SetValue(
string key,
Object value,
SetValFlags flags,
FindBehaviour behaviour
)
Public Sub SetValue (
key As String,
value As Object,
flags As SetValFlags,
behaviour As FindBehaviour
)
Parameters
- key
- Type: SystemString
The field whose value should be set. - value
- Type: SystemObject
The value to which to set the field. - flags
- Type: NetQuarry.DataSetValFlags
Flags controlling if and how the value is set. - behaviour
- Type: NetQuarry.DataFindBehaviour
Options specifying how to behave if the field is not found in the collection.
See Also