NPersistence Reference Guide
The TupleElement interface defines an element that is returned in a query result tuple.

the type of the element

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

Syntax

   
 C# 
public interface TupleElement<X>

Type Parameters

X

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetAlias()()()()
Return the alias assigned to the tuple element or null, if no alias has been assigned.
GetType()()()()
Return the type of the tuple element.

See Also