NPersistence Reference Guide

Overload List

NameDescription
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 Value

value 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 Value

value 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 Value

value 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 Value

value 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 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

See Also