Class ColumnInfo
OptimaJet.Workflow.SQLite.ColumnInfo
Describes a column in a SQLite database table.
Namespace: OptimaJet.Workflow.SQLite
public class ColumnInfoInheritance
- 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.