ProjectionRow.Get Method |
Name | Description | |
---|---|---|
![]() | Get<T>(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.
|
![]() | Get<T>(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.
|