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 metadata and rows that make up a query result set. The metadata describes the column structure and data types. To return a ResultSet object, use GetQueryResults.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.ResultSet

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

Syntax

C#
public class ResultSet

The ResultSet type exposes the following members

Constructors

NameDescription
Public Method ResultSet()

Properties

NameTypeDescription
Public Property ResultSetMetadata Amazon.Athena.Model.ResultSetMetadata

Gets and sets the property ResultSetMetadata.

The metadata that describes the column structure and data types of a table of query results.

Public Property Rows System.Collections.Generic.List<Amazon.Athena.Model.Row>

Gets and sets the property Rows.

The rows in the 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