NPersistence Reference Guide
Get the value of the specified tuple element. tuple element

Return Value

value of tuple element if tuple element does not correspond to an element in the query result tuple

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

Syntax

   
 C# 
X Get<X>(
	TupleElement<X> tupleElement
)

Parameters

tupleElement
TupleElement<(Of <(<'X>)>)>

Type Parameters

X

See Also