Table of Contents

Interface IColumnOrigin

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

SQL column origin.

public interface IColumnOrigin

Properties

ColumnName

Gets the column name.

string ColumnName { get; }

Property Value

string

SchemaName

Gets the schema name.

string SchemaName { get; }

Property Value

string

TableName

Gets the table name.

string TableName { get; }

Property Value

string