Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ANamespaceAccess..::..Get Method

Will retrieve a record based on the primaryKey.

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

Syntax


public ARecord Get(
	string setName,
	Object primaryKey,
	params string[] bins
)

Parameters

setName
Type: String
The name of the Aerospike set
primaryKey
Type: Object
Primary AerospikeKey. This can be a Key, Value, or Bin object besides a native, collection, etc. value/object.
bins
Type: array<String>[]()[][]
The bins that will be returned

Return Value

The ARecord or null

See Also


[Put{T}(string, dynamic, string, IEnumerable{T}, WritePolicy, TimeSpan?)]
[Put{T}(string, dynamic, string, IList{T}, WritePolicy, TimeSpan?)]
[Put{V}(string, dynamic, IDictionary{string, V}, WritePolicy, TimeSpan?)]
[WriteObject{T}(string, dynamic, T, Func{string, string, object, bool, object}, string, WritePolicy, TimeSpan?)]