Class IgniteDbColumn
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
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.