Table of Contents

Class IgniteDbColumn

Namespace
Apache.Ignite.Sql
Assembly
Apache.Ignite.dll

Represents a column within Ignite result set.

public sealed class IgniteDbColumn : DbColumn
Inheritance
IgniteDbColumn
Inherited Members

Properties

ColumnMetadata

Gets Ignite-specific column metadata.

public IColumnMetadata ColumnMetadata { get; }

Property Value

IColumnMetadata

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.