API Reference > imodeljs-backend > ECSQL > ECSqlStatement > getRow getRow Method Get the current row. The returned row is formatted as JavaScript object where every SELECT clause item becomes a property in the JavaScript object. See also: ECSQL row format for details about the format of the returned row. Code Samples getRow(): any Returns - any Defined in core/backend/src/ECSqlStatement.ts Line 309 Last Updated: 13 June, 2024