| ProjectionRowGetT Method (Int32) | 
 
            Gets the value for the specified index and converts it to the type T. If the value can be nullable, specify Nullable<T> of T is a value type.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic T Get<T>(
	int index
)
Public Function Get(Of T) ( 
	index As Integer
) As T
Parameters
- index
 - Type: SystemInt32
The index. 
Type Parameters
- T
 
Return Value
Type: 
T
See Also