Aerospike LINDPad Driver

Helpers..::..CreateBinRecord<(Of <(<'K, V>)>)> Method (IEnumerable<(Of <(<'KeyValuePair<(Of <(<'K, V>)>)>>)>)>, String)

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

Syntax


public static Bin CreateBinRecord<K, V>(
	IEnumerable<KeyValuePair<K, V>> collection,
	string binName
)

Type Parameters

K
V

Parameters

collection
Type: IEnumerable<(Of <(<'KeyValuePair<(Of <(<'K, V>)>)>>)>)>
binName
Type: String