| ProjectionRowGet Method |
| Name | Description | |
|---|---|---|
| GetT(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.
| |
| GetT(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.
|