NPersistence Reference Guide
Get the value of the element at the specified position in the result tuple. The first position is 0. position in result tuple

Return Value

value of the tuple element if i exceeds length of result tuple

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
Object Get(
	int i
)

Parameters

i
Int32

See Also