Workflow Engine .NET

Assembly: OptimaJet.Workflow.SQLite

Class ColumnInfo

OptimaJet.Workflow.SQLite.ColumnInfo

Describes a column in a SQLite database table.

public class ColumnInfo

Inheritance

  • Object

Fields

public string Name #
The name of the column.
public DbType Type #
The database type of the column.
public bool IsKey #
Indicates whether the column is a primary key.
public int Size #
The maximum size of the column.
public bool IsVirtual #
Indicates whether the column is virtual and should be excluded from INSERT/UPDATE operations.