Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ARecord..::..GetFKValues Method

Gets the associated Foreign Key of this Set, if defined.

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

Syntax


public IEnumerable<ARecord> GetFKValues(
	string forFKBinName
)

Parameters

forFKBinName
Type: String
Name of for Foreign Key bin.

Return Value

A collection of ARecord based on the FK or empty collection if the forFKBinName was not found in this record. Note: If the FK's PK is not found a empty record is returned.