OptimizedPersistableUpdateNonIndexField Method |
Marks an object as being updated so that object will be written at commit transaction. Call before updating a NON indexed field.
Same as
Update but avoids deleting object from indices (if any). If updating a field used in any index, call
Update instead
or you may end up with one or more corrupt indices.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool UpdateNonIndexField()
Public Function UpdateNonIndexField As Boolean
public:
bool UpdateNonIndexField()
member UpdateNonIndexField : unit -> bool
Return Value
Type:
Booleantrue if update successful
See Also