AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The rows that make up a query result table.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.Row

Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z

Syntax

C#
public class Row

The Row type exposes the following members

Constructors

NameDescription
Public Method Row()

Properties

NameTypeDescription
Public Property Data System.Collections.Generic.List<Amazon.Athena.Model.Datum>

Gets and sets the property Data.

The data that populates a row in a query result table.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5