ARecord..::..SetValue<(Of <(<'T>)>)> Method (String, Nullable<(Of <(<'T>)>)>, Boolean)
Set a value to a bin within the record. This can be adding a new bin or updating an existing bin.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
Type Parameters
- T
Parameters
- binName
- Type: String
BinName Name
- value
- Type: Nullable<(Of <(<'T>)>)>
Value associated with the bin. If null, the bin is removed from DB record. value can be a Value, Key, Bin or a native type/class.
- cloneRecord
- Type: Boolean
If true, this instance (record) is cloned and then updated.