[[["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-03-21 UTC."],[[["This webpage details the `BigQueryRow` class, which represents a row in a result set from a query or table listing within the `Google.Cloud.BigQuery.V2` namespace."],["The `BigQueryRow` class can be constructed using a `TableRow` and a `TableSchema`, primarily for test environments and not for regular production code."],["You can retrieve cell values from a `BigQueryRow` by either their index (`Int32`) or by their field name (`String`), both returning an object."],["The `BigQueryRow` class provides access to the underlying REST-ful resource (`RawRow`) and the associated schema (`Schema`) for interpreting row data."],["There is a range of versions that can be selected, from version 3.11.0 all the way down to 2.2.0."]]],[]]