Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ARecord..::..Delete Method

Deletes the record from the DB.

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public bool Delete(
	WritePolicy writePolicy
)

Parameters

writePolicy
Type: WritePolicy
If not provided, the default write policy for the namespace is used.

Return Value

True if deleted.

Exceptions


ExceptionCondition
NullReferenceException If SetAccess is null, a Null reference exception is thrown.