ProjectionRowGetT Method (String) |
Gets the value for the specified name 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.6.0.0 (5.6.19.0117)
Syntax public T Get<T>(
string name
)
Public Function Get(Of T) (
name As String
) As T
Parameters
- name
- Type: SystemString
The name.
Type Parameters
- T
Return Value
Type:
TSee Also