NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Interface for extracting the elements of a query result tuple.
Namespace: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
public interface Tuple
Members
All Members | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
Get(Int32) | Get the value of the element at the specified
position in the result tuple. The first position is 0.
position in result tuple Return Valuevalue of the tuple element if i exceeds length of result tuple | |
Get(String) | Get the value of the tuple element to which the
specified alias has been assigned.
alias assigned to tuple element Return Valuevalue of the tuple element if alias does not correspond to an element in the query result tuple | |
Get<(Of <<'(X>)>>)(TupleElement<(Of <<'(X>)>>)) | Get the value of the specified tuple element.
tuple element Return Valuevalue of tuple element if tuple element does not correspond to an element in the query result tuple | |
Get<(Of <<'(X>)>>)(Int32, Type) | 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 Valuevalue of the tuple element if i exceeds length of result tuple or element cannot be assigned to the specified type | |
Get<(Of <<'(X>)>>)(String, Type) | 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 Valuevalue 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 | |
GetElements()()()() | Return the tuple elements.
Return Valuetuple elements | |
ToArray()()()() | Return the values of the result tuple elements as an array.
Return Valuetuple element values |