[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `BigQueryRow` class within the `Google.Cloud.BigQuery.V2` namespace, which represents a row in a BigQuery result set."],["The `BigQueryRow` class can be constructed using a `TableRow` and a `TableSchema`, which are from the underlying REST-ful resources."],["You can access cell values in a `BigQueryRow` either by their index using `Item[Int32]` or by their field name using `Item[String]`."],["The `BigQueryRow` class provides access to the underlying `TableRow` resource through the `RawRow` property and the `TableSchema` through the `Schema` property."],["There are multiple versions of the `BigQueryRow` class documented, ranging from version 2.2.0 to the latest version 3.11.0."]]],[]]