|
static |
Retrieves the entire entity value from the statement, starting at the specified column index.
| statement | The statement from which the value is retrieved. |
| column_index | The starting index of the columns from which to retrieve the value. |
This method delegates to the RetrieveValueToEntity() method of each column in the entity's table type. The column index is incremented for each column.