Show / Hide Table of Contents

Class QueryField

Represents a TileDB query field object.

Inheritance
object
QueryField
Implements
IDisposable
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public sealed class QueryField : IDisposable

Properties

| Edit this page View Source

DataType

Gets the data type of the QueryField.

Declaration
public DataType DataType { get; }
Property Value
Type Description
DataType
| Edit this page View Source

IsNullable

Gets whether the QueryField is nullable.

Declaration
public bool IsNullable { get; }
Property Value
Type Description
bool
| Edit this page View Source

Name

The name of the QueryField.

Declaration
public string Name { get; }
Property Value
Type Description
string
| Edit this page View Source

Origin

Gets the origin of the QueryField.

Declaration
public QueryFieldOrigin Origin { get; }
Property Value
Type Description
QueryFieldOrigin
| Edit this page View Source

ValuesPerCell

Gets the number of values per cell of the QueryField.

Declaration
public uint ValuesPerCell { get; }
Property Value
Type Description
uint

Methods

| Edit this page View Source

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()
| Edit this page View Source

GetChannel()

Gets the QueryChannel corresponding to the QueryField.

Declaration
public QueryChannel GetChannel()
Returns
Type Description
QueryChannel

Implements

IDisposable
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2018-2023 TileDB Inc.