[[["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 documentation page covers the `BigQueryRow` class within the Google BigQuery v2 API for .NET, which represents a row within a result set."],["The latest version of the `BigQueryRow` API is 3.11.0, with various prior versions, including 3.4.0 which this page is focused on, also available in the provided documentation links."],["The `BigQueryRow` class is constructed using a `TableRow` and a `TableSchema`, and is designed to represent data from queries or from listing rows in a table."],["`BigQueryRow` allows retrieval of cell values by either index or field name, and also exposes the underlying `TableRow` and `TableSchema` objects, which are REST-ful."],["The `BigQueryRow` class inherits from the base `object` class and can access inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]