Table of Contents

Enum ColumnFlags

Namespace
YndigoBlue.Velocity.Enums
Assembly
YndigoBlue.Velocity.dll

Specifies flags that describe characteristics of database columns.

[Flags]
public enum ColumnFlags

Fields

DBCOLUMNFLAGS_ISLONG = 128

Indicates that the column contains long data such as BLOB, CLOB, or large text fields.

DBCOLUMNFLAGS_ISFIXEDLENGTH = 16

Indicates that the column has a fixed length data type.

Remarks

These flags are based on the OLE DB DBCOLUMNFLAGS enumeration and are used to indicate specific properties of column data types. Multiple flags can be combined using bitwise operations.