Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

SetRecords<(Of <(<'T>)>)>..::..Get Method (Object, array<String>[]()[][])

Returns the record based on the primary key

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

Syntax


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

Parameters

primaryKey
Type: Object
The primary key can be a Key, Value, digest (byte[]), or a .net type.
bins
Type: array<String>[]()[][]
An optional arguments, if provided only those bins are returned.

Return Value

A record if the primary key is found otherwise null.

See Also


SetRecords<(Of <(<'T>)>)>..::..Get(Object, array<String>[]()[][])