NPersistence Reference Guide
Get the value of the tuple element to which the specified alias has been assigned. alias assigned to tuple element

Return Value

value of the tuple element if alias 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# 
Object Get(
	string alias
)

Parameters

alias
String

See Also