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 type of the tuple element

Return Value

value of the tuple element if i exceeds length of result tuple or element cannot be assigned to the specified type

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

Syntax

   
 C# 
X Get<X>(
	int i,
	Type type
)

Parameters

i
Int32
type
Type

Type Parameters

X

See Also