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

Return Value

value of the tuple element if alias does not correspond to an element in the query 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>(
	string alias,
	Type type
)

Parameters

alias
String
type
Type

Type Parameters

X

See Also