Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ANamespaceAccess..::..Exists Method

Determines if a set exists within this namespace.

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

Syntax


public bool Exists(
	string setName
)

Parameters

setName
Type: String
set name

Return Value

True if the sets exists, otherwise false.